ngx-text-editor-angular
Version:
WYSIWYG Editor for Angular 2+
13 lines (12 loc) • 391 B
JSON
{
"name": "Sidemenu Starter",
"baseref": "master",
"tarignore": [
"node_modules",
"package-lock.json",
"www"
],
"scripts": {
"test": "npm run lint && npm run ng -- build && npm run ng -- build --prod && npm run ng -- test --watch=false --progress=false && npm run ng -- e2e && npm run ng -- g pg my-page --dry-run && npm run ng -- g c my-component --dry-run"
}
}