/ng-pokemon

Primary LanguageTypeScript

Pokemon

This project was generated with Angular CLI version 14.0.0.

Development server

Run npm start for a dev server. Navigate to http://localhost:4321/. The application will automatically reload if you change any of the source files.

How it works

  • All Components are authored with standalone:true
  • Experimenting with inject() instead of traditional Constructor DI
  • Using @ngrx/component-store as State Management solution
  • Using Ng-Zorro for building UI

Note

  • Currently, this project is not responsive for mobile. This feature will be implemented soon.