All Projects → angular-university → angular-for-beginners-starter

angular-university / angular-for-beginners-starter

Licence: other
A beginner friendly playground for Getting Started with Angular, by the Angular University

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
typescript
32286 projects

Projects that are alternatives of or similar to angular-for-beginners-starter

paper-dashboard-angular
Angular version of the original Paper Dashboard.
Stars: ✭ 142 (+173.08%)
Mutual labels:  angular2
ngx-json-ld
📝 A small component to easily bind JSON-LD schema to Angular templates.
Stars: ✭ 29 (-44.23%)
Mutual labels:  angular2
angular2-select
No description or website provided.
Stars: ✭ 12 (-76.92%)
Mutual labels:  angular2
ng2-3d-editor
3D Viewer and Editor Javascript
Stars: ✭ 15 (-71.15%)
Mutual labels:  angular2
ngx-widget-grid
Angular 2.x or in general ng-x module for dashboards
Stars: ✭ 65 (+25%)
Mutual labels:  angular2
gupack
基于gulp的前端构建工具
Stars: ✭ 13 (-75%)
Mutual labels:  angular2
angular2-simple-countdown
a simple countdown angular2 directive with multiple language
Stars: ✭ 26 (-50%)
Mutual labels:  angular2
transempregos-portal
Repo do site do TEmpregos, um website voltado para a procura de vagas por pessoas transexuais, travestis, homens trans e trans não bináries.
Stars: ✭ 19 (-63.46%)
Mutual labels:  angular2
angular2-webpack-advance-starter
An advanced Angular2 Webpack Starter project with support for ngrx/store, ngrx/effects, ng2-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
Stars: ✭ 49 (-5.77%)
Mutual labels:  angular2
Knight
The scheduler with UI base on quartz-scheduler(spring boot + angular)
Stars: ✭ 16 (-69.23%)
Mutual labels:  angular2
ng2-storage
A local and session storage wrapper for angular 2.
Stars: ✭ 14 (-73.08%)
Mutual labels:  angular2
laravel5Angular4
Laravel 5.4 & Angular 4.3.4
Stars: ✭ 37 (-28.85%)
Mutual labels:  angular2
Angular2-startbootstrap-new-age
Angular 2 version of the Start Bootstrap New Age theme
Stars: ✭ 13 (-75%)
Mutual labels:  angular2
ionic-video-chat-support
Ionic 3 Video and Group Text Chat
Stars: ✭ 19 (-63.46%)
Mutual labels:  angular2
ng-person
A universal avatar component for Angular 2+ applications that generates truly unique colored letter avatar based on provided name.
Stars: ✭ 19 (-63.46%)
Mutual labels:  angular2
ng2-fontawesome
An easy-to-use directive for font awesome icons.
Stars: ✭ 20 (-61.54%)
Mutual labels:  angular2
ngx-owl-carousel
An angular2 (4) wrapper for jquery owl-carousel library with dynamic carousel item change detection
Stars: ✭ 71 (+36.54%)
Mutual labels:  angular2
angular2-yandex-maps
Angular 2 components Yandex Maps.
Stars: ✭ 26 (-50%)
Mutual labels:  angular2
router
Keep your Angular2+ router state in Redux
Stars: ✭ 28 (-46.15%)
Mutual labels:  angular2
tcome-frontend
NodeJS&Angular4 BLOG
Stars: ✭ 49 (-5.77%)
Mutual labels:  angular2

Angular For Beginners - Blog Post Series

Here is the Angular for Beginners blog post series, available at our blog:

Angular For Beginners Playground

A playground for Getting Started with the Angular framework.

This course repository is updated to Angular 5, there is a Yarn lock file available.

This playground provides a save-and-refresh-just-works development environment with minimal dependencies and no build running on the background, its ideally suited for beginners just starting with the framework.

Which Course are You Looking For?

If you are looking for the code of the following courses, see further the installation instructions on this page:

Angular and Firebase - Build a Web Application Course

If you are looking for the Angular and Firebase - Build a Web Application Course code, the repo with the full code can be found here:

Angular and Firebase - Build a Web Application

Github Repo For this course

Angular firebase course

Complete Typescript 2 Course - Build A REST API

If you are looking for the Complete Typescript 2 Course - Build a REST API, the repo with the full code can be found here:

Complete Typescript 2 Course - Build A REST API

Github Repo for this course

Complete Typescript Course

Angular Ngrx Reactive Extensions Architecture Course

If you are looking for the Angular Ngrx Reactive Extensions Architecture Course code, the repo with the full code can be found here:

Angular Ngrx Reactive Extensions Architecture Course

Github repo for this course

Angular Ngrx Course

RxJs And Reactive Patterns Angular Architecture Course

If you are looking for the RxJs And Reactive Patterns Angular Architecture Course code, the repo with the full code can be found here:

RxJs and Reactive Patterns Angular Architecture Course

Github repo for this course

RxJs and Reactive Patterns Angular Architecture Course

Installation pre-requisites

The playground has minimal dependencies, you only need node and npm installed on your machine. These are some tutorials to install node in different operating systems.

Make sure to install the latest version of Node

Installation Instructions

First clone or download as a Zip file using the green "Clone Or Download" button on the top right of the document.

Then on the command line go into the folder and do:

npm install

This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course, i'm there to help. If you have node 6 this should go smoothly.

Starting the development server

To start the server, run the following command:

npm start

If you now go to http://localhost:8080, there should be a running application there. Again please do not hesitate to post a question in the comments section.

Making changes

If you edit a Typescript file and refresh the browser, the changes will be applied.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].