Category Archives: Angular Tutorials
1. Create a service Components should do only presentation logic. Use services to separate logic from Component, and to re-use the...
app.modules.ts add to imports: imports: [BrowserModule, AppRoutingModule, HttpClientModule], import to the...
ng g c foldername ng g c foldername --skipTests (no test...
Add bootstrap npm install bootstrap --save // save adds dependency into package.jason In package.jason file "devDependencies":...
Recommended VS code Extensions Auto import by steoates Create and app: Open a Command Prompt -> Navigate to your...