zoukankan      html  css  js  c++  java
  • anguar相关

    1、创建组件

    在某目录下创建组件  ng g c content/membersManage

    2、创建服务

    在某目录下创建服务  ng g service services/storage

    2、创建模块

    在某目录下创建服务  ng g module 

    3、懒加载

     4、ngModule

     5RouteReuseStrategy路由复用 

    <reuse-tab></reuse-tab>

    左侧菜单数据app-data.json,zh-CN.json
    左侧菜单服务加载startup=> menuService
    右侧上导航=》ng-alian 复用标签 <reuse-tab></reuse-tab>
    {
    provide: RouteReuseStrategy,
    useClass: ReuseTabStrategy,
    deps: [ReuseTabService],
    },
    面包屑导航:<page-header [title]="''"></page-header>

    https://www.npmjs.com/package/@delon/theme
    npm i @delon/theme

    https://ng-alain.com/zh

    npm install --save jquery
    npm install @types/jquery --save


    https://blog.csdn.net/wuyuxing24/article/details/82730838

    https://www.npmjs.com/package/promise

    https://ng-alain.com/docs/architecture/zh

    https://ng-alain.github.io/ng-alain/#/delon/qr

    https://ng-alain.github.io/ng-alain/#/dashboard/v1
    https://github.com/ng-alain/ng-alain/issues/101

    https://ng-alain.com/components/table/zh
    http://core.fineui.com/#/Button/ButtonIconFont
    https://ng-alain.com/components/reuse-tab/zh
    https://ng.ant.design/components/modal/zh#components-modal-demo-service

    ng-alian 复用标签 https://www.cnblogs.com/stardee/p/9932613.html

    https://antv.alipay.com/zh-cn/g2/3.x/index.html 图表

  • 相关阅读:
    C# learn note
    深入研究Servlet线程安全性问题
    SQL Server中的临时表和表变量
    jQuery笔记
    使用ScriptX控件进行Web打印
    asp.net MVC 设置页面否编译
    Javascript闭包【转载】
    几种开源协议
    扩展IIS7支持的文件类型(转)
    VS2012关闭烦人的文件预览选项卡
  • 原文地址:https://www.cnblogs.com/yuyedaocao/p/10407660.html
Copyright © 2011-2022 走看看