Skip to content

dills122/currency-exchange-rates-app

Repository files navigation

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.