Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.72 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.72 KB

egg-view-angular

NPM version build status Test coverage David deps Known Vulnerabilities npm download

egg view plugin for angular

Install

$ npm i egg-view-angular --save

Usage

// {app_root}/config/plugin.js
exports.angular = {
  enable: true,
  package: 'egg-view-angular',
};

Configuration

see config/config.default.js for more detail.

Example

angular server side render example, please see egg-angular-webpack-boilerplate

Questions & Suggestions

Please open an issue here.

License

MIT