You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to nativescript but an experienced developer. I have created an angular 9 workspace project and contain some projects and libraries with architecture as:-
I was migrating my project to nativescript and followed this link. After,
ng add @nativescript/schematics
when i do, ng serve -o
My project only show the content which is placed in app.component.html like some divs only.
However, I have also defined my <router-outlet></router-outlet> in app.component.html but this is not working. As of surprise, while compiling and browsing not showing/throwing any errors/warnings.
Each component has its own routing and module. Used lazy-load in app.module.ts
Apart from this, i created a small dummy project with the same structure but still no luck and i dont want to proceed if this will still persist. Have anyone came across this situation???
I am new to nativescript but an experienced developer. I have created an angular 9 workspace project and contain some projects and libraries with architecture as:-
I was migrating my project to nativescript and followed this link. After,
ng add @nativescript/schematics
when i do,
ng serve -o
app.component.html
like some divs only.<router-outlet></router-outlet>
inapp.component.html
but this is not working. As of surprise, while compiling and browsing not showing/throwing any errors/warnings.app.module.ts
Apart from this, i created a small dummy project with the same structure but still no luck and i dont want to proceed if this will still persist. Have anyone came across this situation???
package.json
Still waiting for the answers on this link from other helpful open-source community users too :)
The text was updated successfully, but these errors were encountered: