angularjs routing - How to route to Angular 2 component from Angular 1 app? -


so have angular 1 app. , have angular 2 component; let's heroes dashboard, dashboard.component.ts https://angular.io/docs/ts/latest/tutorial.

in angular 2 router specified list of:

{     path: 'issue',     component: fleetscomponent } 

in current angular 1 app router paths specified url (ok, "path"), template (ok, specify path html), , controller. should set in controller parameter?


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -