GithubHelp home page GithubHelp logo

angular-101's Introduction

Angular 101

Samples for Angular

Build Status Node version contributions welcome

Samples are hosted under Azure Web App, link to application:

https://angular-101.azurewebsites.net/

Installation

To run the samples, first install all dependencies.

  1. Make sure you have latest node installed. Nodejs

  2. Got to project root directory, open a command line window and type: npm install

  3. After all dependencies are installed, on cmd, type the following to open in browser: npm start

Contents

This application contains various samples made using Angular. Samples will be updated frequently, along with the new versions of Angular, either by adding new content or just upgrading the underlying framework.

Each sample contains a README.md which provides some documentation on the purpose and the code, so either navigate individually to each sample or use the wiki.

Tests

To run the tests, open a cmd window in project root directory and run the following command:

npm test

Watch the tests passing by getting some feedback from the cmd window.

Tests are found relative to each .ts file, in a folder named specs. There are two types,

  1. Isolated tests, which test components and other items in isolation
  2. Integrated tests, which test components and other items in an integrated test environment.

Contribute

If you wish, you can contribute on the existing samples, or even introduce new, making this repo more rich, in order for other people to benefit from the code that lies here.

Please, try to follow the application structure, in which under samples folder are all samples located, under each category, like Bindings, Components, etc., inside each there is the sub-category which is going to be explored. Itself contains an src folder with all the code and a barrel (index.ts) to expose its items.

angular-101's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bionstt

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.