Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Tutorial

Getting Started

Just clone the repo and start hacking:

$ git clone https://github.com/nkiateam/angular-tutorial.git
$ cd angular-tutorial
$ npm install                   # Install Node.js components listed in ./package.json
$ npm start                     # Compile and launch

웹브라우저에서 http://localhost:3000/test/index.html

Directory Layout

.
├── /dist/                      # The folder for compiled output
├── /docs/                      # Documentation files for the project
├── /libs/                      # javascript library
├── /node_modules/              # 3rd-party libraries and utilities
├── /src/                       # The source code of the application
│   ├── /components/            # React components
│   └── /app.js                 # Client-side startup script
├── package.json                # The list of 3rd party libraries and utilities
└── webpack.config.js           # webpack module builder config file

Angular 주요 기능

  • Module
  • Metadata
  • Decorator
  • Component
  • Template
  • Data Binding
  • Directive
  • Service
  • Dependency Injection
  • Life Cycle

Angular 개발 방법

  • TypeScript
  • Dart
  • Javascript

About

angular tutorial by nkia

Resources

Stars

3 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages