SlideShare a Scribd company logo
Partner of your success www.merousoft.com
Introduction to
ScreenCast
1
© merousoft
Why
A New
Framework ?
2
© merousoft
SPA
=
Single Page
Application
3
© merousoft
Installation
NodeJS & NPM
https://nodejs.org/en/download/
4
© merousoft
Check
NodeJS & NPM
node -v
npm -v
5
© merousoft
Installation
Angular
npm install -g @angular/cli
6
© merousoft
First Project
Angular
ng new MonProjet
7
© merousoft
Run the Project
cd MonProjet
ng serve -o
8
© merousoft
9
© merousoft
Modules …?
10
© merousoft
@NgModule({
})
Create a module
import { NgModule } from '@angular/core';
11
© merousoft
Create a module
12
© merousoft
a module
import { NgModule } from '@angular/core';
@NgModule({
imports: [ ... ],
declarations: [ ... ],
bootstrap: [ ... ]
})
export class AppModule { }
13
© merousoft
Create a module
14
© merousoft
Type of a modules
• Root Module
• Feature Module
15
© merousoft
Bootstrapping a module
16
© merousoft
Components …?
17
© merousoft
Creating a Components
18
© merousoft
Create a Components
import { Component } from '@angular/core';
@Component({
selector: ‘app-root‘,
template: ‘<p>……</p>’,
})
export class AppComponent {
}
19
© merousoft
20
© merousoft
Creating a Components
21
© merousoft
22
© merousoft
Architecture
23
© merousoft
Partner of your success www.merousoft.com
thanks
ScreenCast
Media Created by Kues - freepik.com
24
© merousoft

More Related Content

PPTX
An Overview of Angular 4
Cynoteck Technology Solutions Private Limited
 
PDF
Developing a Demo Application with Angular 4 - J2I
Nader Debbabi
 
PDF
Quick introduction to Angular 4 for AngularJS 1.5 developers
Paweł Żurowski
 
PPTX
Angular 5
Bartłomiej Narożnik
 
PPSX
Angular 4 fronts
badal dubla
 
PDF
Tech Webinar: Angular 2, Introduction to a new framework
Codemotion
 
PDF
Angular 2: What's New?
jbandi
 
PPTX
AngularJS: Service, factory & provider
Corley S.r.l.
 
Developing a Demo Application with Angular 4 - J2I
Nader Debbabi
 
Quick introduction to Angular 4 for AngularJS 1.5 developers
Paweł Żurowski
 
Angular 4 fronts
badal dubla
 
Tech Webinar: Angular 2, Introduction to a new framework
Codemotion
 
Angular 2: What's New?
jbandi
 
AngularJS: Service, factory & provider
Corley S.r.l.
 

What's hot (20)

PDF
Angular 2 for Java Developers
Yakov Fain
 
ODP
Angular 6 - The Complete Guide
Sam Dias
 
PDF
Angular 2 - The Next Framework
Commit University
 
PDF
Angular 4 Tutorial | What's New In Angular 4 | Angular Training | Edureka
Edureka!
 
PDF
What is Angular version 4?
Troy Miles
 
PDF
Angular 2 Essential Training
Patrick Schroeder
 
ODP
Introduction to Angular 2
Knoldus Inc.
 
PPTX
Angular 4 Introduction Tutorial
Scott Lee
 
PPTX
Angular4 getting started
TejinderMakkar
 
PDF
Angular Advanced Routing
Laurent Duveau
 
PDF
Introduction to Angular 2
Naveen Pete
 
PDF
Express: A Jump-Start
Naveen Pete
 
PPTX
Angular 9 New features
Ahmed Bouchefra
 
PDF
Angular 2 - Core Concepts
Fabio Biondi
 
PDF
Introduction to angular 2
Dhyego Fernando
 
PDF
Angular2 - getting-ready
Nir Kaufman
 
PDF
Angular Dependency Injection
Nir Kaufman
 
PPTX
Angular 4 and TypeScript
Ahmed El-Kady
 
PPTX
Talk for DevFest 2021 - GDG Bénin
Ezéchiel Amen AGBLA
 
PDF
Angular EE - Special Workshop by Nir Kaufman
Nir Kaufman
 
Angular 2 for Java Developers
Yakov Fain
 
Angular 6 - The Complete Guide
Sam Dias
 
Angular 2 - The Next Framework
Commit University
 
Angular 4 Tutorial | What's New In Angular 4 | Angular Training | Edureka
Edureka!
 
What is Angular version 4?
Troy Miles
 
Angular 2 Essential Training
Patrick Schroeder
 
Introduction to Angular 2
Knoldus Inc.
 
Angular 4 Introduction Tutorial
Scott Lee
 
Angular4 getting started
TejinderMakkar
 
Angular Advanced Routing
Laurent Duveau
 
Introduction to Angular 2
Naveen Pete
 
Express: A Jump-Start
Naveen Pete
 
Angular 9 New features
Ahmed Bouchefra
 
Angular 2 - Core Concepts
Fabio Biondi
 
Introduction to angular 2
Dhyego Fernando
 
Angular2 - getting-ready
Nir Kaufman
 
Angular Dependency Injection
Nir Kaufman
 
Angular 4 and TypeScript
Ahmed El-Kady
 
Talk for DevFest 2021 - GDG Bénin
Ezéchiel Amen AGBLA
 
Angular EE - Special Workshop by Nir Kaufman
Nir Kaufman
 
Ad

Similar to Introduction to angular 4 (20)

PPTX
Angular 2 Básico
Romualdo Andre
 
PPTX
WordCamp LA 2014- Writing Code that Scales
SpectrOMTech.com
 
PPTX
Introduction to angular js for .net developers
Mohd Manzoor Ahmed
 
PPTX
mean stack
michaelaaron25322
 
PDF
Lessons Learned from building Session Replay - Francesco Novy
Wey Wey Web
 
PDF
OSDC.no 2015 introduction to node.js workshop
leffen
 
PDF
Building the Front End with AngularJS
John Ennew
 
PDF
Avoid the Vendor Lock-in Trap (with App Deployment)
Peter Bittner
 
PDF
Love at first Vue
Dalibor Gogic
 
PDF
How to Build a Micro-Application using Single-Spa
RapidValue
 
PPTX
High ROI Testing in Angular.pptx
Christian Lüdemann
 
PDF
JavaScript : One To Many
Jamel Eddine Mejri
 
PPTX
An introduction to Vue.js
Pagepro
 
PDF
End to end todo list app with NestJs - Angular - Redux & Redux Saga
Babacar NIANG
 
PPTX
Programmable infrastructure with FlyScript
Riverbed Technology
 
PPTX
Deploy meteor in production
Miro Radenovic
 
PDF
Samuel Asher Rivello - PureMVC Hands On Part 2
360|Conferences
 
PDF
Nuxeo WebEngine and GlassFish v3
Nuxeo
 
PPTX
Kraken.js Lab Primer
Aeshan Wijetunge
 
PPTX
Front end development with Angular JS
Bipin
 
Angular 2 Básico
Romualdo Andre
 
WordCamp LA 2014- Writing Code that Scales
SpectrOMTech.com
 
Introduction to angular js for .net developers
Mohd Manzoor Ahmed
 
mean stack
michaelaaron25322
 
Lessons Learned from building Session Replay - Francesco Novy
Wey Wey Web
 
OSDC.no 2015 introduction to node.js workshop
leffen
 
Building the Front End with AngularJS
John Ennew
 
Avoid the Vendor Lock-in Trap (with App Deployment)
Peter Bittner
 
Love at first Vue
Dalibor Gogic
 
How to Build a Micro-Application using Single-Spa
RapidValue
 
High ROI Testing in Angular.pptx
Christian Lüdemann
 
JavaScript : One To Many
Jamel Eddine Mejri
 
An introduction to Vue.js
Pagepro
 
End to end todo list app with NestJs - Angular - Redux & Redux Saga
Babacar NIANG
 
Programmable infrastructure with FlyScript
Riverbed Technology
 
Deploy meteor in production
Miro Radenovic
 
Samuel Asher Rivello - PureMVC Hands On Part 2
360|Conferences
 
Nuxeo WebEngine and GlassFish v3
Nuxeo
 
Kraken.js Lab Primer
Aeshan Wijetunge
 
Front end development with Angular JS
Bipin
 
Ad

Recently uploaded (20)

PDF
Solar Panel Installation Guide – Step By Step Process 2025.pdf
CRMLeaf
 
PDF
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
PDF
The Role of Automation and AI in EHS Management for Data Centers.pdf
TECH EHS Solution
 
PPTX
Presentation of Computer CLASS 2 .pptx
darshilchaudhary558
 
PDF
Bandai Playdia The Book - David Glotz
BluePanther6
 
PDF
Micromaid: A simple Mermaid-like chart generator for Pharo
ESUG
 
PDF
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
PDF
Wondershare Filmora 14.5.20.12999 Crack Full New Version 2025
gsgssg2211
 
PPTX
oapresentation.pptx
mehatdhavalrajubhai
 
PDF
PFAS Reporting Requirements 2026 Are You Submission Ready Certivo.pdf
Certivo Inc
 
PDF
Become an Agentblazer Champion Challenge
Dele Amefo
 
PDF
Exploring AI Agents in Process Industries
amoreira6
 
PDF
Multi-factor Authentication (MFA) requirement for Microsoft 365 Admin Center_...
Q-Advise
 
PPTX
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
DOCX
The Future of Smart Factories Why Embedded Analytics Leads the Way
Varsha Nayak
 
PPTX
AI-Ready Handoff: Auto-Summaries & Draft Emails from MQL to Slack in One Flow
bbedford2
 
PDF
How to Seamlessly Integrate Salesforce Data Cloud with Marketing Cloud.pdf
NSIQINFOTECH
 
PDF
Jenkins: An open-source automation server powering CI/CD Automation
SaikatBasu37
 
PDF
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
ESUG
 
PDF
Build Multi-agent using Agent Development Kit
FadyIbrahim23
 
Solar Panel Installation Guide – Step By Step Process 2025.pdf
CRMLeaf
 
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
The Role of Automation and AI in EHS Management for Data Centers.pdf
TECH EHS Solution
 
Presentation of Computer CLASS 2 .pptx
darshilchaudhary558
 
Bandai Playdia The Book - David Glotz
BluePanther6
 
Micromaid: A simple Mermaid-like chart generator for Pharo
ESUG
 
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
Wondershare Filmora 14.5.20.12999 Crack Full New Version 2025
gsgssg2211
 
oapresentation.pptx
mehatdhavalrajubhai
 
PFAS Reporting Requirements 2026 Are You Submission Ready Certivo.pdf
Certivo Inc
 
Become an Agentblazer Champion Challenge
Dele Amefo
 
Exploring AI Agents in Process Industries
amoreira6
 
Multi-factor Authentication (MFA) requirement for Microsoft 365 Admin Center_...
Q-Advise
 
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
The Future of Smart Factories Why Embedded Analytics Leads the Way
Varsha Nayak
 
AI-Ready Handoff: Auto-Summaries & Draft Emails from MQL to Slack in One Flow
bbedford2
 
How to Seamlessly Integrate Salesforce Data Cloud with Marketing Cloud.pdf
NSIQINFOTECH
 
Jenkins: An open-source automation server powering CI/CD Automation
SaikatBasu37
 
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
ESUG
 
Build Multi-agent using Agent Development Kit
FadyIbrahim23
 

Introduction to angular 4