Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Essentials Of Creating Angular SPA Application #10

Open
reboottime opened this issue Oct 27, 2023 · 1 comment
Open

Essentials Of Creating Angular SPA Application #10

reboottime opened this issue Oct 27, 2023 · 1 comment
Labels

Comments

@reboottime
Copy link
Owner

reboottime commented Oct 27, 2023

Essentials of creating SPA using Angular Stack

This note is a essential list of creating angular app SPA, content covered are

  • Angular Basics
  • Angular Routing
  • State Management using ngrx: Similar to Vuex/React Redux
  • CI/CD: built in support on env:
    • 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.
@reboottime
Copy link
Owner Author

reboottime commented Oct 27, 2023

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant