书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 3179 个相关结果.
  • The Testing Toolchain

    The Testing Toolchain The Testing Toolchain Our testing toolchain will consist of the following tools: Jasmine Karma Phantom-js Istanbul Sinon ChaiJasmine is the most popula...
  • State Management

    State Management State Management For larger Angular applications with a lot of asynchronous activity and wherethere's a lot of state that is being shared and manipulated acros...
  • Dynamically Adding Route Components

    Dynamically Adding Route Components Dynamically Adding Route Components Rather than define each route's component separately, use RouterOutlet which serves as a component plac...
  • 快速上手

    快速上手 在线演示 第一个本地实例 安装脚手架工具 创建一个项目 初始化配置 开发调试 构建和部署 自行构建 安装组件 引入样式 使用全部组件样式 使用特定组件样式 引入组件模块 其他 快速上手 NG-ZORRO 致力于提供给程序员愉悦 的开发体验。 官方指南假设你已了解关于 HTML、CSS 和 JavaScript ...
  • Mention提及

    Mention提及 何时使用 单独引入此组件 代码演示 API nz-mentioncomponent 方法 nzMentionTrigger nzMentionSuggestion MentionOnSearchTypes Mention提及 提及组件。 何时使用 用于在输入中提及某人或某事,常用于发布、聊天或评论功能。 ...
  • 账户

    账户模块 社交/外部登录 示例: Facebook 认证 添加NuGet包 配置提供程序 Angular UI 账户模块 该模块提供必要的UI页面与组件使用户登录和注册到应用程序. 文档正在更新 社交/外部登录 示例: Facebook 认证 按照ASP.NET Core Facebook集成文档 向你应用程序添加Faceboo...
  • 使用第三方类库

    使用第三方类库 Angular组件 安装依赖包 注册 非Angular组件 安装依赖包 导入脚本 使用 使用第三方类库 除了 NG-ZORRO 基础组件以及 @delon 业务组件以外,有时我们还需要引用其他外部类库,以下将介绍如何使用富文本组件 ngx-tinymce : Angular组件 安装依赖包 yarn add n...
  • 基本的自定义方法

    18.3. 基本的自定义方法 自定义一个指令可以非常非常的复杂,但是其基本的调用形式,同自定义服务大概是相同的: < p show style = " font - size : 12px ; " >< /p> < script type = "text/javascript" > var...
  • Observables

    Observables Observables An exciting new feature used with Angular is the Observable . This isn't anAngular specific feature, but rather a proposed standard for managingasync da...
  • Change Detection Strategy: OnPush

    Change Detection Strategy: OnPush Change Detection Strategy: OnPush To inform Angular that we are going to comply with the conditions mentioned before to improve performance, w...