Giter VIP home page Giter VIP logo

angular2-tutorial-app's Introduction

Creating Angular 2 App Step By Step

Project Management App

project-management-app

Step 0

Environment setup for angular 2 app

Step 1

Bootstrapping app with root component

project-management-app-bootstrap

Step 2

Displaying Projects list which covers below angular 2 concepts:

  • Component nesting
  • Built-in structural directive
  • One-way data binding, property binding and event binding
  • Component lifecycle hooks

project-management-app-displaying-data

Step 3

Displaying selected project details. This shows how to perform communication using below concepts:

  • @Input decorator
  • Communication using local variable in template
  • Communication using event binding and @Output decorator project-management-app-communication

Step 4

Displaying date in readable format and filtering projects by name. This covers below angular 2 concepts:

  • Built-in pipes
  • How to create custom filter pipe project-management-app-pipe

Step 5

Converting filter textbox to material design text field and showing client details in popover. This covers below angular 2 concepts:

  • How to create custom attribute directives
  • Usage of third party library, like jquery, in directive project-management-app-directive

Step 6

Fetching project data from dummy api to show use of services, dependency injection and Http service. This covers below angular 2 concepts:

  • How dependency injection works
  • Usage of built-in angular 2 service: Http

Step 7

Adding functionality to add/update/delete project. This covers below angular 2 concepts:

  • Usage of ngModel directive
  • How to implement custom two-way data binding
  • How to maintain validity of form using ngControl and ngForm
  • Usage of ViewChild decorator to access child component's methods from parent component project-management-app-forms

Step 8

Adding dashboard to have quick access to active projects. This step covers below angular 2 concepts:

  • How to configure routing
  • Routing using routeLink directive or using Router service
  • How to pass route params
  • How to use route lifecycle hooks like routerCanDeactivate
  • How to intercept routing in parent component project-management-app-routing

angular2-tutorial-app's People

Contributors

shripalsoni04 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.