Giter Club home page Giter Club logo

angular2-todolist's Introduction

├── config
│   ├── helpers.js              ────── 
│   ├── webpack.common.js       ────── 公共的配置文件
│   └── webpack.dev.js          ────── 开发环境的配置文件
├── src
│   ├── app    
│   │   ├── todo       ────── todo 文件夹
│   │   │   ├── detail      ────── detail组件
│   │   │   │   ├── detail.component.html
│   │   │   │   ├── detail.component.scss
│   │   │   │   ├── detail.component.ts
│   │   │   │   └── index.ts
│   │   │   ├── home        ────── home组件
│   │   │   │   ├── add     ────── add子组件
│   │   │   │   │   ├── add.component.html
│   │   │   │   │   ├── add.component.scss
│   │   │   │   │   └── add.component.ts
│   │   │   │   ├── todoList    ────── todoList子组件
│   │   │   │   │   ├── todo-list.component.html
│   │   │   │   │   ├── todo-list.component.scss
│   │   │   │   │   └── todo-list.component.ts
│   │   │   │   ├── home.component.html
│   │   │   │   ├── home.component.scss
│   │   │   │   ├── home.component.ts
│   │   │   │   └── index.ts
│   │   │   └── index.ts        ────── todo模块
│   │   ├── interface       ────── 定义了类型
│   │   │   └── home.types.ts 
│   │   ├── service     ──────  服务
│   │   │    └── app.service.ts
│   │   │── app.component.html
│   │   ├── app.component.scss
│   │   ├── app.component.ts        ────── 根组件
│   │   ├── app.module.ts     ────── 根模块  为Angular描述如何组装应用
│   │   └── app.routes.ts       ────── 路由模块
│   ├── favicon.ico
│   ├── index.html      ────── 宿主页面
│   ├── main.ts         ────── 项目的入口文件
│   ├── polyfills.ts    ────── 在大多数现代浏览器中运行Angular程序时需要的标准填充物。
│   └── vendor.ts       ────── 我们需要的提供商文件:Angular、Lodash、bootstrap.css……
├── package.json        ────── npm的所有相关信息
├── README.md   
├── tsconfig.json       ────── 配置了TypeScript编译器的编译参数
└── webpack.config.js   ──────  webpack配置文件

angular2-todolist's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.