-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm submitting a ... (check one with "x")
-
bug report => check the FAQ and search github for a similar issue or PR before submitting
-
support request => check the FAQ and search github for a similar issue before submitting
-
feature reques
Current behavior
I followed the installation and usage steps for ngx-translate but I get this error :
Error: No provider for TranslateService!
AppRoutingModule
export const routes: Routes = [ { path: '', redirectTo: 'dashboard', pathMatch: 'full', }, { path: '404', component: P404Component, data: { title: 'title.404PAGE' } }]
AppRoutingModule
imports: [ RouterModule.forRoot(routes) ,TranslateModule.forRoot(), TitleModule]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working