Skip to content

nextlab-tik/angular-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Angular 101 Introduction

These are the materials and the code snippets used on Angular training sessions presented by Moez Bouhlel from Tik.

This repository is composed from:

  • Demo used on the training under demo folder.

This course pre-requires knowledge on Web programming as presented on our WebApp 101 Course and our book Programmation Web.

Angular Project Setup Commands

# Install Angular tools globally
npm install -g @angular/cli
# Create a new Angular project
ng new PROJECT
cd PROJECT
# Create a new Angular component
ng generate component COMPONENT
# Run Angular project
ng serve --watch
# Install fontawesome icons
npm install @fortawesome/fontawesome-free
# Install Bootstrap icons
npm install bootstrap

Self Promotion

Tik is a skilled software development and consulting agency. We offer the following services:

  • Training: High-quality training for cutting-edge technologies for individuals and enterprises.
  • Consulting: Optimize software architecture and code. Fix hardest bugs.
  • Web Development: From simple single web page to high scale modular web platforms.
  • Software & Application Development: Reliable software highly optimized for your system and your workflow.
  • IOT: Turn-key long lasting Big Data backed IOT build and integration solutions.
  • Cloud & Web Hosting: PaaS hosting solution to meet every need. Top-class server administration services.

For more details, contact us at contact@tik.tn or contact Moez Bouhlel at bmoez.j@gmail.com.

Licence

These materials and code snippets are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Copyright © 2018, Moez Bouhlel (bmoez.j@gmail.com), Tik.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published