You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
Angular CLI supports generate environment preset files for development, staging, and production.
At each code building time, you can specify the building environment based on your needs via the --configuration parameter, for example, build your code for staging environment. ng build --configuration=staging
With above mechanism, you can specify the building environment in CI/CD pipeline and read different configurations for that environment.
Angular Material UI: After using material UI of angular, Angular UI libraries are directive driven, module based.
The text was updated successfully, but these errors were encountered:
Essentials of creating SPA using Angular Stack
This note is a essential list of creating angular app SPA, content covered are
--configuration
parameter, for example, build your code forstaging
environment.ng build --configuration=staging
The text was updated successfully, but these errors were encountered: