Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

pagerender-ng

CMS Page Render library

readme

PagerenderNgLib

version 1.0.1

To build this library, run the following commands:

Run npm run build

To test with Angular2 project:

1) Copy the lib folder to your project

2) In the main Component class: import {RenderBaseComponent, CmsService} from './lib/pagerender';

3) To inject the data in a child Component: import {JcrModel} from '../../lib/pagerender';

To install as a node module

1) Run npm install --save pagerender-ng