书栈网 · BookStack 本次搜索耗时 0.055 秒,为您找到 3090 个相关结果.
  • 定制主题

    定制主题 定制方式 初始化项目时定制主题 手动修改 在 webpack 中定制主题 官方主题 方式一 方式二 方式三 主题切换 定制主题 Ant Design 设计规范上支持一定程度的样式定制,以满足业务和品牌上多样化的视觉需求,包括但不限于主色、圆角、边框和部分组件的视觉定制。 定制方式 Ant Design 的样式使用...
  • Creating a Structural Directive

    Creating a Structural Directive Creating a Structural Directive We'll create an appDelay structural directive that delays instantiation of a component or element. This can pot...
  • Testing Asynchronous Actions

    Testing Asynchronous Actions Testing Asynchronous Actions Sometimes we need to test components that rely on asynchronous actions that happen at specific times. Angular provides...
  • TestBed Configuration (Optional)

    TestBed Configuration (Optional) TestBed Configuration (Optional) As you will see in Testing Components , real-world component testing often relies on the Angular2 testing util...
  • 使用 Webpack

    使用 Webpack 使用 Webpack 使用像webpack这样的模块加载器对于迁移到Angular是必不可少的,并且应该已经是每个现代程序员的工具集的一部分。 Webpack将更容易管理一个现代的,模块化Angular 1.3+项目中所有不同的文件。 这包括打包用于分发或部署的应用程序。 使用webpack还将简化程序员的Angular工作流...
  • Accessing Other Components

    Accessing Child Component Classes @ViewChild and @ViewChildren @ContentChild and @ContentChildren Accessing Child Component Classes @ViewChild and @ViewChildren The @View...
  • Bootstrapping Providers

    Bootstrapping Providers Bootstrapping Providers The bootstrap process also starts the dependency injection system in Angular.We won't go over Angular's dependency injection sys...
  • 国际化

    国际化 全局配置 NZ_DATE_CONFIG 日期全局配置 运行时修改 支持语言 如何使用 date-fns 进行日期格式化 date-fns 支持语言 国际化 目前的默认文案是中文,如果需要使用其他语言,可以在初始化时进行配置,也可以在运行中随时修改,可以参考下面的方案。 你也可以在新建项目时通过 ng add ng-zorro-an...
  • 国际化

    国际化 全局配置 NZ_DATE_CONFIG 日期全局配置 运行时修改 支持语言 如何使用 date-fns 进行日期格式化 date-fns 支持语言 国际化 目前的默认文案是中文,如果需要使用其他语言,可以在初始化时进行配置,也可以在运行中随时修改,可以参考下面的方案。你也可以在新建项目时通过 ng add ng-zorro-ant...