TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Emad Khan
NA
26
6.3k
Nested Angular Module Routing Not Working in angular 8
Dec 14 2019 4:15 AM
I am creating an angular app from a fuse-angular-template, now I have created a modules folder in which I have placed all my components, inside the routine-work folder I have created a routine.module.ts which can be seen in the picture attached, in this module I have declared all the components placed in routine-work folder and to make them work I have created a separate routine.module.ts file and created 1 sample route in order to check if my app is working or not. Then I referenced the routine-module file in app.module.ts, now whenever i run my application through ng-serve, it only displays the summary component and none other, like when i enter /Routine/Manage-Debtors-Outstanding url in browser it does not load that component, instead it shows only summary component.
Reply
Answers (
2
)
ngModel cannot be used to register form controls with a pare
Angular 8 app component selectors are hiding on app componen