This repository was archived by the owner on Aug 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path17.483544bd03962bde2d90.js
More file actions
1 lines (1 loc) · 30.6 KB
/
17.483544bd03962bde2d90.js
File metadata and controls
1 lines (1 loc) · 30.6 KB
1
(window.webpackJsonp=window.webpackJsonp||[]).push([[17],{HUck:function(e,a,n){"use strict";n.r(a);var l=n("CcnG"),c=n("r45k"),t=function(){this.item={cols:1,urls:{"zh-CN":"packages/schematics/docs/add.md"},content:{"zh-CN":{content:'<article><h2 id="\u547d\u4ee4\u683c\u5f0f">\u547d\u4ee4\u683c\u5f0f<a onclick="window.location.hash = \'\u547d\u4ee4\u683c\u5f0f\'" class="anchor">#</a></h2><pre class="hljs language-bash"><code>ng add ng-alain <project name></code></pre><h2 id="\u989d\u5916\u53c2\u6570">\u989d\u5916\u53c2\u6570<a onclick="window.location.hash = \'\u989d\u5916\u53c2\u6570\'" class="anchor">#</a></h2><table><thead><tr><th>\u53c2\u6570\u540d</th><th>\u9ed8\u8ba4\u503c</th><th>\u63cf\u8ff0</th></tr></thead><tbody><tr><td><code>--form</code></td><td><code>true</code></td><td>\u662f\u5426\u9700\u8981\u52a8\u6001\u8868\u5355</td></tr><tr><td><code>--mock</code></td><td><code>true</code></td><td>\u662f\u5426\u9700\u8981 mock \u529f\u80fd</td></tr><tr><td><code>--hmr</code></td><td><code>true</code></td><td>\u662f\u5426\u9700\u8981 hmr \u70ed\u66ff\u6362</td></tr><tr><td><code>--codeStyle</code></td><td><code>false</code></td><td>\u662f\u5426\u9700\u8981\u4ee3\u7801\u98ce\u683c</td></tr><tr><td><code>--i18n</code></td><td><code>false</code></td><td>\u662f\u5426\u9700\u8981\u56fd\u9645\u5316\u652f\u6301</td></tr><tr><td><code>--g2</code></td><td><code>false</code></td><td>\u662f\u5426\u9700\u8981 G2 \u56fe\u8868</td></tr><tr><td><code>--npm</code></td><td><code>false</code></td><td>\u662f\u5426\u9700\u8981\u6dd8\u5b9d\u955c\u50cf\u914d\u7f6e\u6587\u4ef6</td></tr></tbody></table><p>\u4f8b\u5982\u751f\u6210\u4e00\u4e2a\u5e26\u6709\u56fd\u9645\u5316\u548cHMR\u70ed\u66ff\u6362\u9879\u76ee\uff1a</p><pre class="hljs language-bash"><code>ng add ng-alain demo --i18n --hmr</code></pre><p>\u67e5\u770b\u66f4\u591a<a href="/cli/plugin" data-url="/cli/plugin">\u63d2\u4ef6</a>\u3002</p></article>',meta:{order:10,title:"\u521b\u5efa\u811a\u624b\u67b6",type:"Documents"},toc:[{href:"#\u547d\u4ee4\u683c\u5f0f",title:"\u547d\u4ee4\u683c\u5f0f",h:2},{href:"#\u989d\u5916\u53c2\u6570",title:"\u989d\u5916\u53c2\u6570",h:2}]}},demo:!1},this.codes=[]},o=function(){this.item={cols:1,urls:{"zh-CN":"packages/schematics/docs/default.md"},content:{"zh-CN":{content:'<article><p>ng-alain \u63d0\u4f9b\u8bf8\u591a\u751f\u6210\u6a21\u5757\u3001\u9875\u6a21\u677f\uff0c\u4f46\u5b9e\u9645\u4e0a\u7ee7\u627f\u4e86\u539f\u751f Angular CLI \u7ec4\u4ef6\u9875\u7684\u4e00\u4e9b\u53c2\u6570\uff0c\u4f8b\u5982\uff1a<code>spec</code> \u8868\u793a\u662f\u5426\u751f\u6210\u6d4b\u8bd5\u9875\u3001<code>flat</code> \u8868\u793a\u6241\u5e73\u76ee\u5f55\u3001<code>inline-template</code> \u8868\u793a\u5185\u8054\u6a21\u677f\u5185\u5bb9\u7b49\u3002</p><p>\u7136\u800c\uff0c\u5bf9\u4e8e\u8fd9\u4e9b\u53c2\u6570\u6211\u4eec\u6ca1\u6709\u5fc5\u8981\u6bcf\u4e00\u6b21\u6267\u884c\u547d\u4ee4\u65f6\u90fd\u5199\u4e00\u904d\uff0c\u53ef\u4ee5\u901a\u8fc7 <code>angular.json</code> \u5bf9\u53c2\u6570\u9884\u8bbe\u3002</p><p>\u4f8b\u5982\uff1a</p><pre class="hljs language-json"><code>// angular.json\n{\n "schematics": {\n "ng-alain:module": {\n "routing": true,\n "spec": false\n },\n "ng-alain:list": {\n "spec": false\n },\n "ng-alain:edit": {\n "spec": false,\n "modal": true\n },\n "ng-alain:view": {\n "spec": false,\n "modal": true\n },\n "ng-alain:curd": {\n "spec": false\n },\n "@schematics/angular:module": {\n "routing": true,\n "spec": false\n },\n "@schematics/angular:component": {\n "spec": false,\n "flat": false,\n "inlineStyle": true,\n "inlineTemplate": false\n },\n "@schematics/angular:directive": {\n "spec": false\n },\n "@schematics/angular:service": {\n "spec": false\n }\n }\n}</code></pre><p>\u53ef\u4ee5\u901a\u8fc7\u6267\u884c\u4e0b\u5217\u547d\u4ee4\u6765\u83b7\u53d6\u6240\u6709\u53c2\u6570\u63cf\u8ff0\uff1a</p><pre class="hljs language-bash"><code>ng g ng-alain:list --help</code></pre></article>',meta:{order:90,title:"\u9ed8\u8ba4\u53c2\u6570",type:"Documents"},toc:[]}},demo:!1},this.codes=[]},d=function(){this.item={cols:1,urls:{"zh-CN":"packages/schematics/docs/faq.md"},content:{"zh-CN":{content:'<article><h2 id="\u4e3a\u4ec0\u4e48\u4e0d\u53ef\u4ee5\u4f7f\u7528-cnpm">\u4e3a\u4ec0\u4e48\u4e0d\u53ef\u4ee5\u4f7f\u7528 cnpm<a onclick="window.location.hash = \'\u4e3a\u4ec0\u4e48\u4e0d\u53ef\u4ee5\u4f7f\u7528-cnpm\'" class="anchor">#</a></h2><p>\u4f7f\u7528 <code>cnpm</code> \u5b89\u88c5\u4f9d\u8d56\u5305\uff0c\u4f1a\u9047\u5230\u65e0\u6cd5\u627e\u5230\u6837\u5f0f\u6587\u4ef6\u3002\u8fd9\u662f\u7531\u4e8e <code>cnpm</code> \u91c7\u7528\u7684\u662f\u8f6f\u94fe\u63a5\u8def\u5f84\uff0c\u5bfc\u81f4 <code>ng-zorro-antd</code> \u6587\u4ef6\u5939\u540d\u6709\u6240\u53d8\u52a8\uff0c\u56e0\u6b64\u5efa\u8bae\u6539\u7528 <code>npm</code> \u5b89\u88c5\u4f9d\u8d56\u5305\u3002</p><h2 id="\u4e3a\u4ec0\u4e48\u964d\u7ea7-Less">\u4e3a\u4ec0\u4e48\u964d\u7ea7 Less<a onclick="window.location.hash = \'\u4e3a\u4ec0\u4e48\u964d\u7ea7-Less\'" class="anchor">#</a></h2><blockquote><p>\u9650 <code>@angular-devkit/build-angular < 0.7.5</code></p></blockquote><p>\u76ee\u524dAngular6\u9700\u8981\u964d\u7ea7 less \uff08<a target="_blank" href="https://github.com/angular/angular-cli/issues/10430" data-url="https://github.com/angular/angular-cli/issues/10430">#10430</a>\uff09\u624d\u80fd\u4f7f\u7528 ng-zorro-antd\uff0c\u82e5\u6267\u884c <code>ng add ng-alain</code> \u8fc7\u7a0b\u4e2d\u4f9d\u7136\u65e0\u6548\uff0c\u53ef\u5148 <strong>\u5220\u9664</strong> <code>node_modules</code>\u3001<code>package-lock.json</code> \u5e76\u91cd\u65b0 <code>npm i</code>\u3002</p><p>\u82e5\u4f7f\u7528 <code>yarn</code> \u6765\u5b89\u88c5\u4f9d\u8d56\u5305\uff0c\u53ef\u80fd\u9700\u8981\u901a\u8fc7\u6307\u4ee4\u6765\u4fee\u590d\u5176\u4ed6\u4f9d\u8d56\uff1a</p><pre class="hljs language-bash"><code>ng g ng-alain:plugin yarn</code></pre><h2 id="\u9047\u5230\u7f51\u7edc\u95ee\u9898\u600e\u4e48\u529e">\u9047\u5230\u7f51\u7edc\u95ee\u9898\u600e\u4e48\u529e<a onclick="window.location.hash = \'\u9047\u5230\u7f51\u7edc\u95ee\u9898\u600e\u4e48\u529e\'" class="anchor">#</a></h2><p>\u53ef\u4ee5\u4f7f\u7528 <a target="_blank" href="https://www.npmjs.com/package/nrm" data-url="https://www.npmjs.com/package/nrm">nrm</a> \u5e76\u5207\u6362\u56fd\u5185NPM\u955c\u50cf\u8fdb\u884c\u52a0\u901f\u3002</p><p>\u6216\u8005\u4f7f\u7528\u4f7f\u7528\u63d2\u4ef6\uff1a</p><pre class="hljs language-bash"><code>ng g ng-alain:plugin npm</code></pre><h2 id="no-such-file-or-directory">no such file or directory<a onclick="window.location.hash = \'no-such-file-or-directory\'" class="anchor">#</a></h2><p>\u8fd9\u4e2a\u95ee\u9898\u5f88\u96be\u89e3\u91ca\uff0cnpm \u6709\u4e00\u4e2a\u957f\u697c <a target="_blank" href="https://github.com/npm/npm/issues/17444#issuecomment-393761515" data-url="https://github.com/npm/npm/issues/17444#issuecomment-393761515">#17444</a>\uff0c\u5e76\u4e14\u6700\u540e\u7ed9\u51fa\u4e00\u79cd\u52c9\u5f3a\u7b54\u6848\uff1a</p><ol><li><p>\u786e\u4fdd\u5b89\u88c5\u6700\u65b0 npm \u7248\u672c\uff1a<code>npm i -g npm</code></p></li><li><p>\u5220\u9664 <code>node_modules</code> \u548c <code>package-lock.json</code></p></li><li><p><code>npm i</code></p></li></ol><p>\u6700\u540e\uff0c\u4f9d\u7136\u4e0d\u884c\u5c31\u518d\u91cd\u590d\u4ee5\u4e0a\u6b65\u9aa4\uff01</p></article>',meta:{order:100,title:"\u5e38\u89c1\u95ee\u9898",type:"Documents"},toc:[{href:"#\u4e3a\u4ec0\u4e48\u4e0d\u53ef\u4ee5\u4f7f\u7528-cnpm",title:"\u4e3a\u4ec0\u4e48\u4e0d\u53ef\u4ee5\u4f7f\u7528 cnpm",h:2},{href:"#\u4e3a\u4ec0\u4e48\u964d\u7ea7-Less",title:"\u4e3a\u4ec0\u4e48\u964d\u7ea7 Less",h:2},{href:"#\u9047\u5230\u7f51\u7edc\u95ee\u9898\u600e\u4e48\u529e",title:"\u9047\u5230\u7f51\u7edc\u95ee\u9898\u600e\u4e48\u529e",h:2},{href:"#no-such-file-or-directory",title:"no such file or directory",h:2}]}},demo:!1},this.codes=[]},i=function(){this.item={cols:1,urls:{"zh-CN":"packages/schematics/docs/generate.md"},content:{"zh-CN":{content:'<article><h2 id="\u5199\u5728\u524d\u9762">\u5199\u5728\u524d\u9762<a onclick="window.location.hash = \'\u5199\u5728\u524d\u9762\'" class="anchor">#</a></h2><p><code>ng generate</code>\uff08\u7b80\u5199\uff1a<code>ng g</code>\uff09\u7528\u4e8e\u751f\u6210\u4e1a\u52a1\u7ec4\u4ef6\u9875\uff0c\u9ed8\u8ba4 Angular \u6240\u63d0\u4f9b\u7684\u6a21\u677f\u8ddf ng-alain \u6240\u9700\u8981\u7684\u4f1a\u6709\u4e00\u4e9b\u4e0d\u540c\uff0c\u4f8b\u5982\u6211\u4eec\u5e0c\u671b\u751f\u6210\u4e00\u4e2a\u6a21\u5757\u65f6\u5e94\u8be5\u5305\u62ec\u5bfc\u5165 <code>SharedModule</code>\u3002</p><p>ng-alain \u5728\u6b64\u57fa\u7840\u4e0a\u589e\u52a0\u4e86\u5f88\u591a\u5f88\u9177\u7684\u9a9a\u64cd\u4f5c\u3002</p><h2 id="\u547d\u4ee4\u683c\u5f0f">\u547d\u4ee4\u683c\u5f0f<a onclick="window.location.hash = \'\u547d\u4ee4\u683c\u5f0f\'" class="anchor">#</a></h2><pre class="hljs language-bash"><code>ng g ng-alain:<command name> <name> [options]</code></pre><p>ng-alain \u6709\u81ea\u5df1\u7684\u4e00\u5957\u6587\u4ef6\u7ec4\u7ec7\u7ed3\u6784\uff0c\u5f53\u4f60\u7834\u574f\u8fd9\u4e9b\u7ed3\u6784\u65f6\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u4e0b\u5217\u6307\u4ee4\u4ea7\u751f\u5f02\u5e38\u3002</p><h2 id="Module-\u6a21\u5757">Module \u6a21\u5757<a onclick="window.location.hash = \'Module-\u6a21\u5757\'" class="anchor">#</a></h2><p>\u751f\u6210\u4e00\u4e2a <code>trade</code> \u6a21\u5757\uff1a</p><pre class="hljs language-bash"><code>ng g ng-alain:module trade</code></pre><p>\u4f1a\u5728 <code>routes/trade</code> \u751f\u6210\u4e24\u4e2a\u6587\u4ef6 <code>trade.module.ts</code>\u3001<code>trade-routing.module.ts</code>\uff0c\u4f60\u65e0\u6cd5\u6307\u5b9a\u4e0d\u751f\u6210 <code>*-routing.module.ts</code> \u56e0\u4e3a\u8fd9\u662f ng-alain \u7684\u4efb\u6027\u3002</p><p>\u6a21\u5757\u5185\u5bb9\u5305\u62ec\u4e86\u5bfc\u5165 <code>SharedModule</code> \u4ee5\u53ca\u4e00\u4e9b\u7edf\u4e00\u6027\u5bfc\u5165\u4e0e\u5bfc\u51fa\u7684\u65b9\u5f0f\uff0c\u5e76\u4e14\u4f60\u4e0d\u53ef\u80fd\u7834\u574f\u8fd9\u4e9b\u53d8\u91cf\u540d\uff08\u4f8b\u5982\uff1a<code>COMPONENTS</code>\u3001<code>COMPONENTS_NOROUNT</code>\u3001<code>routes</code>\uff09\u3002</p><h2 id="\u4e1a\u52a1\u9875">\u4e1a\u52a1\u9875<a onclick="window.location.hash = \'\u4e1a\u52a1\u9875\'" class="anchor">#</a></h2><p>\u76ee\u524d\u5305\u542b\u7684\u4e1a\u52a1\u7ec4\u4ef6\u9875\uff0c\u5305\u62ec\uff1a</p><ul><li><p><code>empty</code> \u7a7a\u767d\u9875\uff08\u5f85\u53d1\u5e03\uff09</p></li><li><p><code>list</code> \u5217\u8868\u9875</p></li><li><p><code>edit</code> \u7f16\u8f91\u9875</p></li><li><p><code>view</code> \u67e5\u770b\u9875</p></li><li><p><code>curd</code> \u5217\u8868\u3001\u7f16\u8f91\u3001\u67e5\u770b</p></li></ul><p>\u5728 <code>trade</code> \u4e0b\u751f\u6210 <code>list</code> \u5217\u8868\u9875\uff1a</p><pre class="hljs language-bash"><code>ng g ng-alain:list list -m=trade</code></pre><p><strong>\u6ce8\u610f\uff1a</strong> <code>-m</code> \u662f\u5fc5\u987b\u6307\u5b9a\u7684\uff0c\u56e0\u4e3a ng-alain \u8ba4\u4e3a\u9875\u9762\u5e94\u8be5\u5728\u67d0\u4e2a\u5177\u4f53\u7684\u6a21\u5757\u91cc\uff0c\u800c\u4e0d\u662f\u5e7d\u7075\u3002</p><h3 id="\u9a9a\u64cd\u4f5c">\u9a9a\u64cd\u4f5c<a onclick="window.location.hash = \'\u9a9a\u64cd\u4f5c\'" class="anchor">#</a></h3><p>\u4e00\u822c\u800c\u8a00\uff0c\u4e00\u4e2a\u6a21\u5757\u53ef\u80fd\u4f1a\u5305\u542b\u76f8\u540c\u7c7b\u578b\u7684\u4e1a\u52a1\u9875\uff0c\u800c\u6211\u4eec\u4ea7\u751f\u7684\u6587\u4ef6\u7ed3\u6784\u53ef\u80fd\u5e0c\u671b\u662f\uff1a</p><pre class="hljs language-null"><code>sys\n log\n view\n view.component.ts\n log.component.ts\n sys.module.ts</code></pre><p>\u56e0\u6b64\uff0c\u5f53\u4f60\u5e0c\u671b\u751f\u6210\u7684\u67e5\u770b\u5e94\u8be5\u662f\u5728 <code>log</code> \u7ec4\u4ef6\u4e0b\u9762\u65f6\uff0c\u4f60\u53ef\u4ee5\u8fd9\u6837\u5b50\uff1a</p><pre class="hljs language-bash"><code>ng g ng-alain:view view -m=sys -t=log</code></pre><h3 id="edit-&-view-\u9875">edit & view \u9875<a onclick="window.location.hash = \'edit-&-view-\u9875\'" class="anchor">#</a></h3><p>\u5bf9\u4e8e <code>edit</code>\u3001<code>view</code> \u9ed8\u8ba4\u662f\u4ee5\u6a21\u6001\u6846\u5c55\u793a\u6765\u751f\u6210\uff0c\u4f60\u53ef\u4ee5\u6539\u7528\u9875\u9762\u5c55\u793a\u5219\uff1a</p><pre class="hljs language-bash"><code>ng g ng-alain:edit <page name> --modal=false</code></pre></article>',meta:{order:20,title:"\u4e1a\u52a1\u9875",type:"Documents"},toc:[{href:"#\u5199\u5728\u524d\u9762",title:"\u5199\u5728\u524d\u9762",h:2},{href:"#\u547d\u4ee4\u683c\u5f0f",title:"\u547d\u4ee4\u683c\u5f0f",h:2},{href:"#Module-\u6a21\u5757",title:"Module \u6a21\u5757",h:2},{href:"#\u4e1a\u52a1\u9875",title:"\u4e1a\u52a1\u9875",h:2},{href:"#\u9a9a\u64cd\u4f5c",title:"\u9a9a\u64cd\u4f5c",h:3},{href:"#edit-&-view-\u9875",title:"edit & view \u9875",h:3}]}},demo:!1},this.codes=[]},s=function(){this.item={cols:1,urls:{"zh-CN":"packages/schematics/docs/getting-started.md"},content:{"zh-CN":{content:'<article><h2 id="\u5199\u5728\u524d\u9762">\u5199\u5728\u524d\u9762<a onclick="window.location.hash = \'\u5199\u5728\u524d\u9762\'" class="anchor">#</a></h2><p>\u4f7f\u7528 ng-alain \u811a\u624b\u67b6\u5e94\u5c3d\u53ef\u80fd\u7684\u4f7f\u7528 Angular CLI \u6240\u63d0\u4f9b\u7684 <code>ng</code> \u547d\u4ee4\u7ec4\uff0c\u6765\u6784\u5efa\u3001\u5347\u7ea7\u7b49\uff0cng-alain \u4e5f\u5b9e\u73b0\u4e86\u4e00\u4e9b\u6bd4\u8f83\u9177\u7684\u4e8b\uff1a</p><ul><li><p>\u4f7f\u7528 <a href="/cli/add" data-url="/cli/add">ng add</a> \u6784\u5efa\u7a7a\u811a\u624b\u67b6</p></li><li><p>\u4f7f\u7528 <a href="/cli/generate" data-url="/cli/generate">ng g</a> \u6765\u6784\u5efa\u6a21\u5757\u3001\u4e1a\u52a1\u9875</p></li><li><p>\u53ef\u63d2\u62d4 <a href="/cli/plugin" data-url="/cli/plugin">\u63d2\u4ef6</a> \u7b49</p></li></ul><h2 id="\u5982\u4f55\u4f7f\u7528">\u5982\u4f55\u4f7f\u7528<a onclick="window.location.hash = \'\u5982\u4f55\u4f7f\u7528\'" class="anchor">#</a></h2><p>\u6211\u4eec\u4e0d\u5efa\u8bae\u76f4\u63a5\u514b\u9686 Github \u6e90\u4ee3\u7801\uff0c\u800c\u5e94\u8be5\u4f7f\u7528 <code>ng add</code> \u6765\u6784\u5efa ng-alain \u9879\u76ee\uff0c\u800c\u6784\u5efa\u4e00\u4e2a\u7a7a ng-alain \u53ea\u9700\u8981\u7b80\u5355\u51e0\u4e2a\u52a8\u4f5c\uff1a</p><p>1\u3001\u521b\u5efa\u4e00\u4e2a\u7a7a angular \u9879\u76ee</p><pre class="hljs language-bash"><code>ng new demo --style less</code></pre><p>2\u3001\u6dfb\u52a0 ng-alain \u811a\u624b\u67b6</p><pre class="hljs language-bash"><code>ng add ng-alain</code></pre><blockquote><p>\u9047\u5230\u95ee\u9898\u8bf7\u9605\u8bfb <a href="/cli/faq" data-url="/cli/faq">\u5e38\u89c1\u95ee\u9898</a></p></blockquote><p>3\u3001\u8fd0\u884c\u9879\u76ee</p><pre class="hljs language-bash"><code>ng serve</code></pre><h2 id="\u5982\u4f55\u5347\u7ea7">\u5982\u4f55\u5347\u7ea7<a onclick="window.location.hash = \'\u5982\u4f55\u5347\u7ea7\'" class="anchor">#</a></h2><p>\u9664DEMO\u793a\u4f8b\u9875\u4ee5\u5916\uff0c\u4f1a\u6709\u4e00\u4e9b\u5f71\u54cd\u6bd4\u8f83\u4e25\u91cd\u7684\uff0c\u4f9d\u7136\u4f1a\u63d0\u4f9b <code>ng update</code> \u6765\u89e3\u51b3\u5347\u7ea7\u95ee\u9898\uff0c\u5bf9\u4e8e\u5176\u4ed6\u60c5\u51b5\u7684\u5347\u7ea7\u8bf7\u53c2\u8003 <a href="/docs/upgrade" data-url="/docs/upgrade">\u5347\u7ea7\u811a\u624b\u67b6</a>\u3002</p></article>',meta:{order:1,title:"\u5f00\u59cb\u4f7f\u7528",type:"Documents"},toc:[{href:"#\u5199\u5728\u524d\u9762",title:"\u5199\u5728\u524d\u9762",h:2},{href:"#\u5982\u4f55\u4f7f\u7528",title:"\u5982\u4f55\u4f7f\u7528",h:2},{href:"#\u5982\u4f55\u5347\u7ea7",title:"\u5982\u4f55\u5347\u7ea7",h:2}]}},demo:!1},this.codes=[]},r=function(){this.item={cols:1,urls:{"zh-CN":"packages/schematics/docs/plugin.md"},content:{"zh-CN":{content:'<article><h2 id="\u5199\u5728\u524d\u9762">\u5199\u5728\u524d\u9762<a onclick="window.location.hash = \'\u5199\u5728\u524d\u9762\'" class="anchor">#</a></h2><p>\u63d2\u4ef6\u4e3b\u8981\u662f\u9488\u5bf9\u9879\u76ee\u4e00\u4e9b\u989d\u5916 <strong>\u53ef\u9009</strong> \u884c\u4e3a\u7684\u6dfb\u52a0\u6216\u79fb\u9664\uff0c\u4f8b\u5982\u5f53\u4f60\u89c9\u5f97\u4ee3\u7801\u98ce\u683c\u5bf9\u4f60\u6765\u8bf4\u610f\u4e49\u4e0d\u5927\uff08\u867d\u7136\u6211\u4e0d\u8fd9\u4e48\u770b\uff09\uff0c\u53ea\u9700\u8981\uff1a</p><pre class="hljs language-bash"><code>ng g ng-alain:plugin codeStyle -t=remove</code></pre><p>\u53c8\u6216\u8005\u5e0c\u671b\u9879\u76ee\u5e94\u8be5\u6709\u4e00\u4e2a\u7edf\u4e00\u98ce\u683c\u65f6\uff1a</p><pre class="hljs language-bash"><code>ng g ng-alain:plugin codeStyle</code></pre><h2 id="\u547d\u4ee4\u683c\u5f0f">\u547d\u4ee4\u683c\u5f0f<a onclick="window.location.hash = \'\u547d\u4ee4\u683c\u5f0f\'" class="anchor">#</a></h2><pre class="hljs language-bash"><code>ng g ng-alain:plugin <plugin name> -t=[add | remove]</code></pre><p>\u5176\u4e2d <code><plugin name></code> \u63d2\u4ef6\u540d\u79f0\uff0c\u4ece\u63d2\u4ef6\u5217\u8868\u4e2d\u83b7\u53d6\uff0c<code>-t</code> \u652f\u6301\u4e24\u79cd\u503c <code>add</code>\uff08\u9ed8\u8ba4\uff09 \u548c <code>remove</code>\u3002</p><h2 id="\u63d2\u4ef6\u5217\u8868">\u63d2\u4ef6\u5217\u8868<a onclick="window.location.hash = \'\u63d2\u4ef6\u5217\u8868\'" class="anchor">#</a></h2><h3 id="g2">g2<a onclick="window.location.hash = \'g2\'" class="anchor">#</a></h3><p>G2\u56fe\u8868\u3002</p><pre class="hljs language-bash"><code># add\nng g ng-alain:plugin g2\n# remove\nng g ng-alain:plugin g2 -t=remove</code></pre><h3 id="codeStyle">codeStyle<a onclick="window.location.hash = \'codeStyle\'" class="anchor">#</a></h3><p>\u4ee3\u7801\u98ce\u683c\uff0c\u6709\u51e0\u4e2a\u89c4\u5219\uff1a</p><ul><li><p>\u4f7f\u7528 <a target="_blank" href="https://github.com/palantir/tslint" data-url="https://github.com/palantir/tslint">tslint</a> \u6821\u9a8c typescript \u90e8\u5206</p></li><li><p>\u4f7f\u7528 <a target="_blank" href="https://github.com/stylelint/stylelint" data-url="https://github.com/stylelint/stylelint">stylelint</a> \u6821\u9a8c less \u90e8\u5206</p></li><li><p>\u4f7f\u7528 <a target="_blank" href="https://github.com/prettier/prettier" data-url="https://github.com/prettier/prettier">prettier</a> \u4ee3\u7801\u683c\u5f0f\u5316</p></li><li><p>\u4f7f\u7528 <a target="_blank" href="https://github.com/typicode/husky" data-url="https://github.com/typicode/husky">husky</a> \u548c <a target="_blank" href="https://github.com/okonet/lint-staged" data-url="https://github.com/okonet/lint-staged">lint-staged</a> \u5728\u4f60\u63d0\u4ea4\u4ee3\u7801\u65f6\u8fdb\u884c\u4ee3\u7801\u6821\u9a8c\u548c\u683c\u5f0f\u5316</p></li></ul><p>ng-alain \u9ed8\u8ba4\u63d0\u4f9b\u4e86\u4e00\u90e8\u5206\u7684\u4ee3\u7801\u98ce\u683c\u914d\u7f6e\u65b9\u6848\uff0c\u4f60\u53ef\u4ee5\u5728\u9879\u76ee\u7684\u6839\u76ee\u5f55\u4e0b\u627e\u5230\u8fd9\u4e9b\u914d\u7f6e\u4fe1\u606f\uff0c\u4f9d\u7167\u4f60\u81ea\u5df1\u7684\u98ce\u683c\u8fdb\u884c\u4fee\u9970\u3002</p><pre class="hljs language-bash"><code># add\nng g ng-alain:plugin codeStyle\n# remove\nng g ng-alain:plugin codeStyle -t=remove</code></pre><h3 id="hmr">hmr<a onclick="window.location.hash = \'hmr\'" class="anchor">#</a></h3><p>\u652f\u6301HMR\u70ed\u66ff\u6362\u3002</p><pre class="hljs language-bash"><code># add\nng g ng-alain:plugin hmr\n# remove\nng g ng-alain:plugin hmr -t=remove</code></pre><p>\u5b89\u88c5\u540e\u53ef\u4f7f\u7528\u542f\u7528HMR\u6a21\u5f0f\u8fdb\u5165\u5f00\u53d1\u73af\u5883\uff1a</p><pre class="hljs language-bash"><code>npm run hmr</code></pre><h3 id="docker">docker<a onclick="window.location.hash = \'docker\'" class="anchor">#</a></h3><p>\u652f\u6301Docker\u90e8\u7f72\u3002</p><pre class="hljs language-bash"><code># add\nng g ng-alain:plugin docker\n# remove\nng g ng-alain:plugin docker -t=remove</code></pre><h3 id="npm">npm<a onclick="window.location.hash = \'npm\'" class="anchor">#</a></h3><p>\u5728\u56fd\u5185\u4f7f\u7528 npm \u59cb\u7ec8\u662f\u4e00\u4e2a\u201c\u75db\u201d\uff0c\u56e0\u6b64\u4f60\u53ef\u4ee5\u589e\u52a0\u4e00\u4e2a\u4f7f\u7528\u6dd8\u5b9d\u955c\u50cf\u914d\u7f6e\u6587\u4ef6 <code>.npmrc</code>\uff0c\u6765\u89e3\u51b3\u7f51\u7edc\u95ee\u9898\u3002</p><pre class="hljs language-bash"><code># add\nng g ng-alain:plugin npm\n# remove\nng g ng-alain:plugin npm -t=remove</code></pre><h3 id="yarn">yarn<a onclick="window.location.hash = \'yarn\'" class="anchor">#</a></h3><blockquote><p>\u9650 <code>@angular-devkit/build-angular < 0.7.5</code></p></blockquote><p>\u4fee\u590d\u7531\u4e8e\u964d\u7ea7 Less \u5bfc\u81f4\u65e0\u6cd5\u4f7f\u7528 <code>yarn</code> \u5b89\u88c5\u4f9d\u8d56\u5305\u95ee\u9898\u3002</p><pre class="hljs language-bash"><code># add\nng g ng-alain:plugin yarn\n# remove\nng g ng-alain:plugin yarn -t=remove</code></pre></article>',meta:{order:30,title:"\u63d2\u4ef6",type:"Documents"},toc:[{href:"#\u5199\u5728\u524d\u9762",title:"\u5199\u5728\u524d\u9762",h:2},{href:"#\u547d\u4ee4\u683c\u5f0f",title:"\u547d\u4ee4\u683c\u5f0f",h:2},{href:"#\u63d2\u4ef6\u5217\u8868",title:"\u63d2\u4ef6\u5217\u8868",h:2},{href:"#g2",title:"g2",h:3},{href:"#codeStyle",title:"codeStyle",h:3},{href:"#hmr",title:"hmr",h:3},{href:"#docker",title:"docker",h:3},{href:"#npm",title:"npm",h:3},{href:"#yarn",title:"yarn",h:3}]}},demo:!1},this.codes=[]},p=function(){},h=n("pMnS"),u=n("ebDo"),b=n("GYi0"),g=n("R6D3"),m=n("WP5L"),F=n("71F0"),f=n("fE+l"),k=n("0RMT"),w=n("QcbP"),y=n("0D9X"),v=n("SpJI"),j=n("hBP+"),C=n("QPFe"),M=n("RdGh"),S=n("D9vs"),z=n("DyZ0"),x=n("TY3c"),O=n("u+Cy"),R=n("8+8K"),D=n("YVZs"),N=n("F/j7"),q=n("/EOF"),P=n("ZKYL"),T=n("SZk1"),A=n("5eO6"),_=n("p+4O"),L=n("bLMo"),Y=n("ieBQ"),E=n("651C"),Z=n("AKjh"),G=n("Z4UC"),H=n("ZYCi"),Q=n("ZYjt"),U=l.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function X(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-docs",[],null,null,null,Y.b,Y.a)),l.wb(1,245760,null,0,E.a,[Z.a,G.a,H.o,Q.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,a){var n=a.component;e(a,1,0,n.codes,n.item)},null)}var I=l.tb("app-cli-add",t,function(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-cli-add",[],null,null,null,X,U)),l.wb(1,49152,null,0,t,[],null,null)],null,null)},{},{},[]),K=l.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function W(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-docs",[],null,null,null,Y.b,Y.a)),l.wb(1,245760,null,0,E.a,[Z.a,G.a,H.o,Q.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,a){var n=a.component;e(a,1,0,n.codes,n.item)},null)}var B=l.tb("app-cli-default",o,function(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-cli-default",[],null,null,null,W,K)),l.wb(1,49152,null,0,o,[],null,null)],null,null)},{},{},[]),J=l.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function V(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-docs",[],null,null,null,Y.b,Y.a)),l.wb(1,245760,null,0,E.a,[Z.a,G.a,H.o,Q.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,a){var n=a.component;e(a,1,0,n.codes,n.item)},null)}var $=l.tb("app-cli-faq",d,function(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-cli-faq",[],null,null,null,V,J)),l.wb(1,49152,null,0,d,[],null,null)],null,null)},{},{},[]),ee=l.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function ae(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-docs",[],null,null,null,Y.b,Y.a)),l.wb(1,245760,null,0,E.a,[Z.a,G.a,H.o,Q.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,a){var n=a.component;e(a,1,0,n.codes,n.item)},null)}var ne=l.tb("app-cli-generate",i,function(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-cli-generate",[],null,null,null,ae,ee)),l.wb(1,49152,null,0,i,[],null,null)],null,null)},{},{},[]),le=l.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function ce(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-docs",[],null,null,null,Y.b,Y.a)),l.wb(1,245760,null,0,E.a,[Z.a,G.a,H.o,Q.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,a){var n=a.component;e(a,1,0,n.codes,n.item)},null)}var te=l.tb("app-cli-getting-started",s,function(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-cli-getting-started",[],null,null,null,ce,le)),l.wb(1,49152,null,0,s,[],null,null)],null,null)},{},{},[]),oe=l.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function de(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-docs",[],null,null,null,Y.b,Y.a)),l.wb(1,245760,null,0,E.a,[Z.a,G.a,H.o,Q.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,a){var n=a.component;e(a,1,0,n.codes,n.item)},null)}var ie=l.tb("app-cli-plugin",r,function(e){return l.Rb(0,[(e()(),l.xb(0,0,null,null,1,"app-cli-plugin",[],null,null,null,de,oe)),l.wb(1,49152,null,0,r,[],null,null)],null,null)},{},{},[]),se=n("Ip0R"),re=n("gIcY"),pe=n("t/Na"),he=n("M2Lx"),ue=n("6Cds"),be=n("eDkP"),ge=n("Fzqc"),me=n("jE6/"),Fe=n("Bob9"),fe=n("Ybye"),ke=n("dWZg"),we=n("4c35"),ye=n("qAlS"),ve=n("9J0+"),je=n("CGSU"),Ce=n("5CFV"),Me=n("GTZx"),Se=n("hS58"),ze=n("XZsx"),xe=n("+ndR"),Oe=n("EWQH"),Re=n("HjCm"),De=n("aq9g"),Ne=n("7Dpl"),qe=n("ekmu"),Pe=n("vjj7"),Te=n("qdwt"),Ae=n("l/Xz"),_e=n("sRo1"),Le=n("mX2v"),Ye=n("BQzg"),Ee=n("hDaA"),Ze=n("YQXl"),Ge=n("M3JP"),He=n("WNQ9"),Qe=n("5Oon"),Ue=n("lM9c"),Xe=n("OSVY"),Ie=n("MNSj"),Ke=n("MZBU"),We=n("ev4S"),Be=n("G1y0"),Je=n("KmAc"),Ve=n("zGKZ"),$e=n("xly9"),ea=n("u7PB"),aa=n("1Ry3"),na=n("4+vV"),la=n("ZgPA"),ca=n("37MH"),ta=n("fZ1T"),oa=n("iwTp"),da=n("mSU2"),ia=n("4vQL"),sa=n("iTTW"),ra=n("gQlp"),pa=n("oCVe"),ha=n("XYAa"),ua=n("qT06"),ba=n("A7o+"),ga=n("gMdr"),ma=n("AYLd"),Fa=n("ADoS"),fa=n("slxf");n.d(a,"CliModuleNgFactory",function(){return ka});var ka=l.ub(p,[],function(e){return l.Eb([l.Fb(512,l.k,l.ib,[[8,[h.a,u.uc,u.vc,u.wc,u.xc,u.yc,u.zc,u.Ac,u.Bc,b.a,g.a,m.a,F.a,f.a,k.a,w.a,y.a,v.a,j.a,C.a,M.a,S.a,z.a,x.a,O.a,R.a,D.a,N.a,q.a,P.a,T.a,A.a,_.a,L.a,I,B,$,ne,te,ie]],[3,l.k],l.A]),l.Fb(4608,se.q,se.p,[l.x,[2,se.D]]),l.Fb(4608,re.w,re.w,[]),l.Fb(4608,re.d,re.d,[]),l.Fb(4608,pe.m,pe.s,[se.e,l.E,pe.q]),l.Fb(4608,pe.t,pe.t,[pe.m,pe.r]),l.Fb(5120,pe.a,function(e){return[e]},[pe.t]),l.Fb(4608,pe.p,pe.p,[]),l.Fb(6144,pe.n,null,[pe.p]),l.Fb(4608,pe.l,pe.l,[pe.n]),l.Fb(6144,pe.b,null,[pe.l]),l.Fb(4608,pe.g,pe.o,[pe.b,l.t]),l.Fb(4608,pe.c,pe.c,[pe.g]),l.Fb(4608,he.c,he.c,[]),l.Fb(5120,ue.Fe,ue.He,[[3,ue.Fe],ue.Ge]),l.Fb(4608,se.f,se.f,[l.x]),l.Fb(5120,ue.Ce,ue.De,[[3,ue.Ce],ue.Ee,ue.Fe,se.f]),l.Fb(4608,be.d,be.d,[be.k,be.f,l.k,be.i,be.g,l.t,l.C,se.e,ge.b]),l.Fb(5120,be.l,be.m,[be.d]),l.Fb(5120,ue.Y,ue.Z,[se.e,[3,ue.Y]]),l.Fb(4608,ue.mb,ue.mb,[]),l.Fb(4608,ue.Gb,ue.Gb,[]),l.Fb(4608,ue.od,ue.od,[be.d]),l.Fb(4608,ue.Td,ue.Td,[be.d,l.t,l.k,l.g]),l.Fb(4608,ue.ae,ue.ae,[be.d,l.t,l.k,l.g]),l.Fb(4608,ue.ke,ue.ke,[[3,ue.ke]]),l.Fb(4608,ue.me,ue.me,[be.d,ue.Fe,ue.ke]),l.Fb(4608,me.c,me.c,[]),l.Fb(4608,Fe.d,Fe.d,[se.e]),l.Fb(4608,fe.a,fe.a,[ue.f]),l.Fb(1073742336,se.c,se.c,[]),l.Fb(1073742336,re.u,re.u,[]),l.Fb(1073742336,re.h,re.h,[]),l.Fb(1073742336,H.s,H.s,[[2,H.y],[2,H.o]]),l.Fb(1073742336,re.r,re.r,[]),l.Fb(1073742336,pe.e,pe.e,[]),l.Fb(1073742336,pe.d,pe.d,[]),l.Fb(1073742336,he.d,he.d,[]),l.Fb(1073742336,ke.b,ke.b,[]),l.Fb(1073742336,ue.Dd,ue.Dd,[]),l.Fb(1073742336,ue.xe,ue.xe,[]),l.Fb(1073742336,ue.k,ue.k,[]),l.Fb(1073742336,ue.n,ue.n,[]),l.Fb(1073742336,ue.m,ue.m,[]),l.Fb(1073742336,ue.p,ue.p,[]),l.Fb(1073742336,ge.a,ge.a,[]),l.Fb(1073742336,we.e,we.e,[]),l.Fb(1073742336,ye.a,ye.a,[]),l.Fb(1073742336,be.h,be.h,[]),l.Fb(1073742336,ue.t,ue.t,[]),l.Fb(1073742336,ue.Ae,ue.Ae,[]),l.Fb(1073742336,ue.D,ue.D,[]),l.Fb(1073742336,ue.I,ue.I,[]),l.Fb(1073742336,ue.K,ue.K,[]),l.Fb(1073742336,ue.T,ue.T,[]),l.Fb(1073742336,ue.bb,ue.bb,[]),l.Fb(1073742336,ue.W,ue.W,[]),l.Fb(1073742336,ue.db,ue.db,[]),l.Fb(1073742336,ue.fb,ue.fb,[]),l.Fb(1073742336,ue.nb,ue.nb,[]),l.Fb(1073742336,ue.qb,ue.qb,[]),l.Fb(1073742336,ue.sb,ue.sb,[]),l.Fb(1073742336,ue.vb,ue.vb,[]),l.Fb(1073742336,ue.yb,ue.yb,[]),l.Fb(1073742336,ue.Cb,ue.Cb,[]),l.Fb(1073742336,ue.Lb,ue.Lb,[]),l.Fb(1073742336,ue.Eb,ue.Eb,[]),l.Fb(1073742336,ue.Ob,ue.Ob,[]),l.Fb(1073742336,ue.Qb,ue.Qb,[]),l.Fb(1073742336,ue.Sb,ue.Sb,[]),l.Fb(1073742336,ue.Ub,ue.Ub,[]),l.Fb(1073742336,ue.Wb,ue.Wb,[]),l.Fb(1073742336,ue.Yb,ue.Yb,[]),l.Fb(1073742336,ue.fc,ue.fc,[]),l.Fb(1073742336,ue.kc,ue.kc,[]),l.Fb(1073742336,ue.mc,ue.mc,[]),l.Fb(1073742336,ue.pc,ue.pc,[]),l.Fb(1073742336,ue.tc,ue.tc,[]),l.Fb(1073742336,ue.vc,ue.vc,[]),l.Fb(1073742336,ue.yc,ue.yc,[]),l.Fb(1073742336,ue.Jc,ue.Jc,[]),l.Fb(1073742336,ue.Ic,ue.Ic,[]),l.Fb(1073742336,ue.Hc,ue.Hc,[]),l.Fb(1073742336,ue.jd,ue.jd,[]),l.Fb(1073742336,ue.ld,ue.ld,[]),l.Fb(1073742336,ue.pd,ue.pd,[]),l.Fb(1073742336,ue.yd,ue.yd,[]),l.Fb(1073742336,ue.Cd,ue.Cd,[]),l.Fb(1073742336,ue.Hd,ue.Hd,[]),l.Fb(1073742336,ue.Md,ue.Md,[]),l.Fb(1073742336,ue.Od,ue.Od,[]),l.Fb(1073742336,ue.Ud,ue.Ud,[]),l.Fb(1073742336,ue.be,ue.be,[]),l.Fb(1073742336,ue.ee,ue.ee,[]),l.Fb(1073742336,ue.he,ue.he,[]),l.Fb(1073742336,ue.ne,ue.ne,[]),l.Fb(1073742336,ue.pe,ue.pe,[]),l.Fb(1073742336,ue.re,ue.re,[]),l.Fb(1073742336,ue.ve,ue.ve,[]),l.Fb(1073742336,ue.ye,ue.ye,[]),l.Fb(1073742336,ue.a,ue.a,[]),l.Fb(1073742336,ve.a,ve.a,[ue.c]),l.Fb(1073742336,je.a,je.a,[]),l.Fb(1073742336,Ce.a,Ce.a,[]),l.Fb(1073742336,Me.a,Me.a,[]),l.Fb(1073742336,Se.a,Se.a,[]),l.Fb(1073742336,ze.a,ze.a,[]),l.Fb(1073742336,xe.a,xe.a,[]),l.Fb(1073742336,Oe.a,Oe.a,[]),l.Fb(1073742336,Re.a,Re.a,[]),l.Fb(1073742336,De.a,De.a,[]),l.Fb(1073742336,Ne.a,Ne.a,[]),l.Fb(1073742336,qe.a,qe.a,[]),l.Fb(1073742336,Pe.a,Pe.a,[]),l.Fb(1073742336,Te.a,Te.a,[]),l.Fb(1073742336,Ae.a,Ae.a,[]),l.Fb(1073742336,_e.a,_e.a,[]),l.Fb(1073742336,Le.a,Le.a,[]),l.Fb(1073742336,Ye.a,Ye.a,[]),l.Fb(1073742336,Ee.a,Ee.a,[]),l.Fb(1073742336,me.b,me.b,[]),l.Fb(1073742336,Ze.a,Ze.a,[]),l.Fb(1073742336,Ge.a,Ge.a,[]),l.Fb(1073742336,He.a,He.a,[]),l.Fb(1073742336,Qe.a,Qe.a,[]),l.Fb(1073742336,Ue.a,Ue.a,[]),l.Fb(1073742336,Xe.a,Xe.a,[]),l.Fb(1073742336,Ie.a,Ie.a,[]),l.Fb(1073742336,Ke.a,Ke.a,[]),l.Fb(1073742336,We.a,We.a,[]),l.Fb(1073742336,Be.a,Be.a,[]),l.Fb(1073742336,Je.a,Je.a,[]),l.Fb(1073742336,Ve.a,Ve.a,[]),l.Fb(1073742336,$e.a,$e.a,[]),l.Fb(1073742336,ea.a,ea.a,[]),l.Fb(1073742336,aa.a,aa.a,[]),l.Fb(1073742336,na.a,na.a,[]),l.Fb(1073742336,la.a,la.a,[]),l.Fb(1073742336,ca.a,ca.a,[]),l.Fb(1073742336,ta.a,ta.a,[]),l.Fb(1073742336,oa.a,oa.a,[]),l.Fb(1073742336,da.a,da.a,[]),l.Fb(1073742336,ia.a,ia.a,[]),l.Fb(1073742336,sa.a,sa.a,[]),l.Fb(1073742336,ra.a,ra.a,[]),l.Fb(1073742336,pa.a,pa.a,[]),l.Fb(1073742336,ha.a,ha.a,[]),l.Fb(1073742336,ua.a,ua.a,[]),l.Fb(1073742336,ba.h,ba.h,[]),l.Fb(1073742336,ga.b,ga.b,[]),l.Fb(1073742336,ma.a,ma.a,[]),l.Fb(1073742336,Fe.c,Fe.c,[]),l.Fb(1073742336,Fa.c,Fa.c,[]),l.Fb(1073742336,fa.a,fa.a,[]),l.Fb(1073742336,p,p,[]),l.Fb(256,pe.q,"XSRF-TOKEN",[]),l.Fb(256,pe.r,"X-XSRF-TOKEN",[]),l.Fb(256,ue.Ge,!1,[]),l.Fb(256,ue.Ee,void 0,[]),l.Fb(256,ue.Qd,{nzDuration:3e3,nzAnimate:!0,nzPauseOnHover:!0,nzMaxStack:7},[]),l.Fb(256,ue.Xd,{nzTop:"24px",nzBottom:"24px",nzPlacement:"topRight",nzDuration:4500,nzMaxStack:7,nzPauseOnHover:!0,nzAnimate:!0},[]),l.Fb(1024,H.m,function(){return[[{path:"",component:c.a,children:[{path:"",redirectTo:"getting-started",pathMatch:"full"},{path:"add",component:t},{path:"default",component:o},{path:"faq",component:d},{path:"generate",component:i},{path:"getting-started",component:s},{path:"plugin",component:r}]}]]},[])])})}}]);