src/app/routes/delon/cache/cache.component.html
New file @@ -0,0 +1,10 @@ <div class="content__title"> <h1> Cache 缓存, <a href="http://ng-alain.com/components/cache" target="_blank">Document</a> </h1> </div> <nz-card nzTitle="Service"> <button nz-button (click)="set()">设置</button> <button nz-button (click)="get()" class="ml-sm">获取</button> </nz-card>