Topic: Login component as main component
LifeQube
pro
asked 7 years ago
Hi
I am needing some help using the Angular Admin Template!
I want the login component to be the main component that loads
I am new at Angular and I love what you guys have done
please assist?
Struggling a little
Many thanks
Nick
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Damian Gemza staff commented 7 years ago
Dear LifeQube, Using components in other components is the very basics of Angular. If you didn't checked our Angular tutorials, please check it: https://mdbootstrap.com/angular/angular-tutorial/ . About your question: you have to add selector of component which you want to use in your main component (app.component.html) file. So in example if you want to use our LoginComponent, use marks in app.component.html file. Best Regards, Damian