Posts by emarzo • 33 points
2 posts
-
0
votes0
answers22
viewsQ: Understanding the use of forRoot() in Angular2+
Hello, I don’t know if I understood very well what is in the Angular documentation, but from what I understood, when declaring a module in the app.module as for example FooModule.forRoot(), this…
-
3
votes1
answer212
viewsQ: Angular 8 - reactive form Directive and disabled attribute
After I upgraded from Angular 7 to Angular 8 in an application the [disabled] stopped working in various parts of the template. And to load the application I needed to change to [attr.disabled]. I…