Skip to content

OfferingSolutions/Angular-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Offering Solutions Angular Course (OSAC)

This repository contains material for getting started with Angular. It should provide a code base where you can start on learning or teaching Angular.

Twitter

Demo Application

Demo

Offering Solutions Angular Course

If you are attending the course you are ready to dive into the following chapters with us

  1. Angular Start
  2. Components Part I
  3. Directives
  4. Components Part II
  5. Lifecycle
  6. Observables
  7. Services
  8. Dependency Injection
  9. Pipes
  10. Forms
  11. Routing
  12. Modules
  13. Testing

Preparation

See the instructions to get started

Things you need to bring to get started with the course

  1. Dropbox - Account (not obligatory)
  2. PC / Laptop
  3. Enthusiasm and the will to learn something new :-)

If you come with your own laptop please make sure you installed the following pieces of software to your PC:

Git

You can get git on https://git-scm.com/downloads and check if you installed git via typing

git

on your commandline. Something like this should appear:

git

Node with npm

You can get node at https://nodejs.org/en/download/ and install it normally. After doing this make sure you can type

node -v

node

and

npm -v

npm

on your console.

The exact versions do not really matter at all but be sure that node version is greater than version 6!

Typescript

You can get Typescript on https://www.typescriptlang.org/#download-links or by directly typing

npm install -g typescript

on your commandline.

Please make sure that afterwards you are able to type

tsc -v

on your commandline seeing something like this:

tsc

Visual Studio Code

Generally you can use every text editor you want to implement Angular applications. We will use Visual Studio Code in this course. We will do an introduction to this editor and extend it with useful plugins to make our dev life a little easier.

Please check the checkboxes highlighted here. It makes your life easier:

VSCodeInstall

You can download Visual Studio Code from https://code.visualstudio.com/

Angular CLI

You can get the Angular CLI at https://cli.angular.io/. After installing it cia npm you can check if it is correctly installed by typing

ng version without getting an error.

angularcli

About

Material for Angular as a base for courses & workshops #osac

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published