Posts by Rogério Yokoi • 27 points
3 posts
-
0
votes1
answer154
viewsA: Angular Error 2 Router ( Cannot find Primary outlet to load 'Welcomecomponent' )
The problem was solved by upgrading the project versions to angular-cli 1.0. the new dependencies in package.json became: "dependencies": { "@angular/common": "^4.0.0", "@angular/compiler":…
-
0
votes1
answer154
viewsQ: Angular Error 2 Router ( Cannot find Primary outlet to load 'Welcomecomponent' )
Good morning, I have the following error in my ANGULAR-2 application EXCEPTION: Uncaught (in Omise): Error: Cannot find Primary outlet to load 'Welcomecomponent'…
-
1
votes0
answers454
viewsQ: Remove unnecessary spaces in html tags
Good afternoon, It’s a simple question But I’ve been racking my brain for a while. Every time you save an html file to sublime 3, it puts an empty space, making the form look like this : EX:…