Top "Angular7-router" questions

Use this tag for questions specifically about "Routing" with Angular version 7. If you tag your question with this tag, consider also tagging it with the [angular7] tag.

ERROR Error: Uncaught (in promise): NullInjectorError: StaticInjectorError(AppModule)[FormBuilder]

in my angular app when I add routes in gifts-routing.module.ts this error appears and when i remove the …

angular angular6 angular7-router
Module build failed (from ./node_modules/@ngtools/webpack/src/index.js):

I have created an application on angular 7 and ionic 4. I tried to edit app.routing.ts file, setting path and …

angular7 ionic4 angular7-router
How to set base path for static files in Angular 7?

I have tried three approaches. 1st : index.html <base href="/customer"> 2nd : app.module.ts @NgModule({ providers: [{provide: …

angular angular7 angular-routing angular7-router