书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 3020 个相关结果.
  • Angular CLI

    1150 2019-01-31 《Angular 入门》
    安装 依赖 安装 使用帮助 初始化项目 启动开发服务 创建组件,指令,过滤器和服务 在脚手架项目中使用 SASS 预处理器 更新 Angular CLI 其它 切换包管理器 详细参考文档 安装 依赖 Node 6.9.0 or higher NPM 3 or higher Python C++ 编译工具 安装 n...
  • Components in Angular

    Components in Angular Components in Angular Figure: components The core concept of any Angular application is the component. In effect, the whole application can be modeled a...
  • Angular 2

    Angular 2 Angular 2 即将到来的Angular 2框架是使用TypeScript开发的。 因此Angular和TypeScript一起使用非常简单方便。 Angular团队也在其文档里把TypeScript视为一等公民。 正因为这样,你总是可以在Angular 2官网 (或Angular 2官网中文版 )里查看到最新的结合使用Ang...
  • Why Angular?

    Why Angular? Angular's Advantages Angular 2 Is Easier TypeScript Familiarity Performance and Mobile Project Architecture and Maintenance New Features Differences Between Ang...
  • Internationalization in Angular

    What is the purpose of i18n? What is the purpose of i18n? Internationalization (or i18n, which stands for i--n) is the process of adapting software and web applications to mult...
  • Angular 2

    Angular 2 Angular 2 即将到来的Angular 2框架是使用TypeScript开发的。 因此Angular和TypeScript一起使用非常简单方便。 Angular团队也在其文档里把TypeScript视为一等公民。 正因为这样,你总是可以在Angular 2官网 (或Angular 2官网中文版 )里查看到最新的结合使用Ang...
  • Angular组件

    Angular 组件改造 应用引入外部依赖 在页面编辑器中引入 Web Component React、Vue、jQuery 组件都可以通过自定义组件的方式引入,但 Angular 不行,因为 Angular 本身是一个框架,它除了 UI 以外还内置了路由和数据请求等功能,导致 Angular 组件并不能直接嵌入到其它框架中。 目前要嵌入 Angu...
  • Storybook for Angular

    Storybook for Angular Automatic setup Manual setup Step 1: Add dependencies Add @storybook/angular Add @babel/core, and babel-loader Step 2: Add a npm script Step 3: Create ...
  • Accessibility in Angular

    Web Accessibility in Angular Web Accessibility in Angular Accessibility is something that web developers need to always be aware of, and Angular applications are no exception. ...
  • Angular CLI

    Angular CLI Angular CLI With all of the new features Angular takes advantage of, like static typing, decorators and ES6 module resolution, comes the added cost of setup and mai...