An open API service indexing awesome lists of open source software.

https://github.com/charleselgriego/angular-ssr-dynamic-components

SSR for https://github.com/CharlesElGriego/angular-aot-dynamic-components
https://github.com/charleselgriego/angular-ssr-dynamic-components

angular ssr web-portfolio

Last synced: about 1 month ago
JSON representation

SSR for https://github.com/CharlesElGriego/angular-aot-dynamic-components

Awesome Lists containing this project

README

          

# Angular AOT Dynamic Components

Simple project for creating Angular Dynamic Components with The Ahead-of-Time (AOT) compiler.

## Installation
```sh
npm i
```

## Run app local
In two separate terminals

```sh
npm start
```

and
```sh
npm run json-server
```

## Run the app on SSR mode

In two separate terminals

```sh
npm run start:ssr
```

and
```sh
npm run json-server
```