Open MalekDammak opened 4 years ago
@MelekDamak Thanks! I will try to fix it soon.
Oops... I tested it before only with @ngsm/i18n
where is this service.
@MelekDamak I pushed a new version please check it now.
I have the same problem.
@MelekDamak I pushed a new version please check it now.
same.
I'm submitting a ... (check one with "x")
[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' } }]
AppRoutingModuleimports: [ RouterModule.forRoot(routes) ,TranslateModule.forRoot(), TitleModule]