pagerender-ng
v1.0.1
Published
CMS Page Render library
Downloads
4
Readme
PagerenderNgLib
version 1.0.1
To build this library, run the following commands:
Run npm run build
###To test with Angular2 project:
Copy the lib folder to your project
In the main Component class:
import {RenderBaseComponent, CmsService} from './lib/pagerender';
To inject the data in a child Component:
import {JcrModel} from '../../lib/pagerender';
###To install as a node module
- Run
npm install --save pagerender-ng