Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 411 Bytes

Angular SSR Demo App; Currency Exchange Rates

Development server

Run npm run dev:ssr to start the development server

Creating new Components

Since this app has SSR it has multiple modules and requires a special command

ng generate component componentName --module=app.module

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.