We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]
export const routes: Routes = [ { path: '', redirectTo: 'dashboard', pathMatch: 'full', }, { path: '404', component: P404Component, data: { title: 'title.404PAGE' } }]
imports: [ RouterModule.forRoot(routes) ,TranslateModule.forRoot(), TitleModule]
The text was updated successfully, but these errors were encountered:
@MelekDamak Thanks! I will try to fix it soon. Oops... I tested it before only with @ngsm/i18n where is this service.
@ngsm/i18n
Sorry, something went wrong.
@MelekDamak I pushed a new version please check it now.
I have the same problem.
same.
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: