Similar Posts
Check Angular Version
or or Outputs Angular CLI version.
Create Angular Project without installing Angular CLI Globally
Note: 1. The above mentioned command will prompt You need…
Create Angular Project
In angular, the following command will create a new application
basehref vs APP_BASE_HREF in Angular
base-href (CLI flag or <base> tag) sets the base URL for fetching assets (JS,…
ngClass in host property of component decorator does not work
ngClass is a directive and can’t be used in host bindings….