Typora
-
Fast to for noting
- Good for code noting : Display Code line number
- How to set app route
“ ”
const routes: Routes = [
{path: '', component: LoginComponent},
{
path : 'registeredCompanies',
component: RegisteredCompaniesComponent
},
];
- Angular implement service
Top comments (0)