Skip to content

Build an Angular 5 project from scratch. Learning purposes.

Notifications You must be signed in to change notification settings

szellcsaba-ge/angular5-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up an Angular 5 project from scratch

Measures

Basic typescript + webpack

"Hello world"

Serve + dev = 331 KB
Serve + prod = 120 KB
Dist + prod = 300 byte

Angular core

Defined a single NgModule which does nothing

Serve + dev = 1.1 MB
Serve + prod = 276 KB
Dist + prod = 140 KB

Angular basic

A simple angular app, which display a hello world from template + property

Serve + dev = 2.8 MB
Serve + prod = 774 KB
Dist + prod = 650 KB (incl. zone) -> gzip = 160 KB

About

Build an Angular 5 project from scratch. Learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published