搜索

排序方式
7 个文档
  • pdf 文档 Google's AngularJS Style Guide

    0 码力 | 8 页 | 44.39 KB | 2 年前
    3
    本文档是为Google工程师编写的AngularJS应用风格指南,主要适用于使用Closure的项目。文档强调了AngularJS与Closure结合使用的最佳实践,包括模块管理、控制器和作用域的设计、服务和指令的实现、依赖注入的规范、命名空间的选择以及测试方法。文档还特别提到Google的JavaScript风格指南要求,如避免使用$符号作为自定义属性的前缀,并推荐使用'controller as'样式以提高代码可维护性和可测试性。
  • pdf 文档 aurelia tutorial

    0 码力 | 13 页 | 724.43 KB | 2 年前
    3
    文档介绍了Aurelia框架,这是一个现代、开源的UI框架,用于Web和移动应用开发。Aurelia使用JavaScript,遵循现代标准,强调模块化和简洁的代码结构。教程适合没有使用过该框架的开发者,内容包括环境搭建、第一个应用的创建、组件的使用等。Aurelia的特点包括基于Web标准、易于扩展、注重开发体验,并且没有重大限制。文档还提供了环境搭建的步骤,包括下载Aurelia包、安装Web服务器和启动服务器。
  • pdf 文档 Angular 8 - Reviewed

    0 码力 | 231 页 | 4.00 MB | 2 年前
    3
    文档介绍了Angular 8,一个基于TypeScript的全栈Web框架,用于构建响应式和快速的单页应用(SPA)。Angular 8支持多分辨率屏幕,兼容移动设备,并提供丰富的UI组件库。文档还比较了不同版本的Angular,强调了Angular 8的新特性,如Bazel支持、延迟加载和改进的依赖注入系统。此外,文档提到了Angular 8的安装方法、服务注册和依赖注入的使用,以及如何利用组件和指令来增强应用功能。
  • pdf 文档 angular2 mock test i

    0 码力 | 4 页 | 83.79 KB | 2 年前
    3
    文档提供了一系列关于Angular 2的Mock测试,涵盖组件、TypeScript、服务、模块、模板、指令等多个知识点。每个测试问题均围绕Angular 2的核心概念展开,涉及组件的作用、TypeScript的特性、服务的功能、模块的划分、模板的定义以及指令的应用等方面,并提供了相应的答案。
  • pdf 文档 angular2 mock test ii

    0 码力 | 4 页 | 84.49 KB | 2 年前
    3
    The document presents a series of mock tests for Angular 2, covering topics such as error handling, routing, CLI, configuration files (tconfig.json, package.json, systemjs.config.json), and filters. Each question is followed by answer choices, and the answer sheet provides the correct answers for the first four questions.
  • pdf 文档 angular2 tutorial

    0 码力 | 11 页 | 672.07 KB | 2 年前
    3
    文档介绍了Angular 2.0框架,包括其概述、特点、优势和劣势。Angular 2.0是一个开源的JavaScript框架,主要用于构建响应式Web应用,采用组件化开发方式。文档详细说明了开发环境的配置,包括TypeScript的使用和项目文件的创建。同时,介绍了如何创建第一个Angular组件,并通过示例代码展示了组件的基本结构和功能。
  • pdf 文档 Angular CLI Tutorial 推荐

    0 码力 | 64 页 | 1.04 MB | 2 年前
    3
    This tutorial introduces Angular CLI, a tool that simplifies Angular project setup and management. It covers essential commands such as ng new for creating projects, ng generate for adding components and services, ng serve for running the application, and ng build for production builds. The tutorial also explains how to use these commands with optional parameters and configurations.
共 7 条
  • 1
前往