1.1.2 • Published 4 years ago

@materia/angular-universal v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Materia - Angular Universal

Enable Server Side Rendering for your angular application

Features

  • Extend Materia Server express app with @nguniversal

Installation from NPM

In your Materia application, run yarn add @materia/angular-universal or npm install @materia/angular-universal --save

Restart Materia Designer

Installation from local files

Clone this repository:

git clone git@github.com:geoastronaute/materia-angular-universal.git
cd materia-angular-universal

Then install dependencies and build:

yarn
yarn build:prod

To test your addon locally before publishing it to NPM, use npm link or yarn link:

cd dist && npm link

and in your materia application

npm link @materia/angular-universal

then add "@materia/angular-universal" in the links array of your materia.json config file - it will let Materia knows of the existance of the linked addon.

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

6 years ago

0.1.0

6 years ago