Angular CLI

Angular Global CSS styles

There are several ways you can add Global (Application wide styles) styles to the Angular application. The styles can be added inline, imported in index.html or added via angular-cli.json. The angular allow us to add the component specific styles in individual components, which will override the global styles. In this article we will learn how to add global CSS styles to angular apps. We will also learn how to add custom CSS files & external style sheet to angular application..

Angular Global CSS styles Read More »

Angular CLI Tutorial

The Angular CLI is a command line interface for Angular developed by Angular Team. This tool helps us quickly get started with the creating the Angular Application. In this tutorial, we will learn how to create the Angular app using the ng new. How to add the module using ng generate module and how to add the component, directive & pipes using ng generate component, ng generate directive & ng generate pipe etc.

Angular CLI Tutorial Read More »

Scroll to Top