书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 3090 个相关结果.
  • 2D RigidBody

    2D Rigidbody Add Rigidbody Properties RigidBody Properties Mass Velocity Angular Velocity Rotation, Translation and Scaling Fix Rotation EnableContactListener Rigidbody Ty...
  • Notification通知提醒框

    Notification通知提醒框 何时使用 ">代码演示 API NzNotificationServiceservice 全局配置 NzNotificationRef Notification通知提醒框 全局展示通知提醒信息。 何时使用 在系统四个角显示通知提醒信息。经常用于以下情况: 较为复杂的通知内容。 带有交互的通知,...
  • Notification通知提醒框

    Notification通知提醒框 何时使用 ">代码演示 API NzNotificationServiceservice 全局配置 NzNotificationRef Notification通知提醒框 全局展示通知提醒信息。 何时使用 在系统四个角显示通知提醒信息。经常用于以下情况: 较为复杂的通知内容。 带有交互的通知,...
  • Creating Components

    Creating Components Creating Components The CLI can scaffold Angular components through the generate command. To create a new component run: ng generate component [component-...
  • CLIENT generators

    ada android apex bash c clojure cpp-qt5-client cpp-restsdk cpp-tizen csharp csharp-dotnet2 (deprecated) csharp-netcore dart dart-jaguar eiffel elixir elm erlang-...
  • 添加第三方库

    添加第三方库 添加第三方库 CLI生成开发自动化代码,能够将第三方库集成到应用程序中。 使用npm安装软件包,并设置开发环境以检查package.json中提到的已安装的库,并在应用程序中捆绑这些第三方库。 有关详细信息,请参阅https://github.com/angular/angular-cli#3rd-party-library-insta...
  • Avatar头像

    Avatar头像 代码演示 API nz-avatarcomponent Avatar头像 用来代表用户或事物,支持图片、图标或字符展示。 import { NzAvatarModule } from 'ng-zorro-antd/avatar' ; 代码演示 基本 头像有三种尺寸,两种形状可选。 imp...
  • 投影

    投影 投影 投影是Angular 2中非常重要的概念。它使开发人员能够构建可重用的组件,并使应用程序更具可扩展性和可维护性。为了说明,假设我们有一个ChildComponent这样的: @Component ({ selector : 'child' , template : ` <div> ...
  • 结构指令

    结构指令 结构指令 结构指令是处理组件或元素通过使用模板标签呈现的方式。 这允许我们运行一些代码来决定最终渲染的输出。 Angular 2有一些内置的结构指令,如ngIf ,ngFor 和ngSwitch 。 注意:对于不熟悉模板标记的用户,它是一个具有几个特殊属性的HTML元素。 嵌入在模板标记中的内容不会在网页加载时呈现,而是在运行时通过...
  • Avatar头像

    Avatar头像 代码演示 API nz-avatarcomponent Avatar头像 用来代表用户或事物,支持图片、图标或字符展示。 import { NzAvatarModule } from 'ng-zorro-antd/avatar' ; 代码演示 基本 头像有三种尺寸,两种形状可选。 imp...