Angular

ng new in Angular CLI

Angular CLI Angular Tutorial Update Angular   We use the ng new to create a new Angular project. It is part of the Angular CLI and It creates a workspace and an initial application with the predetermined configurations. This helps us to get started with a new Angular application quickly. ng new Without the new […]

ng new in Angular CLI Read More »

ActivatedRoute in Angular

ActivatedRoute is a service, that provides route-specific information associated with a component that is loaded in an outlet. We use it to find Route Parameters, Query Parameters, URL Fragments, Static Data attached to the Route, Route Configuration that is matched this route, and ActivatedRoute instance of the root, parent, firstChild, and all children components, etc

ActivatedRoute in Angular Read More »

Scroll to Top