Kimserey Lam's blog articles

0
comment
on 6/30/2017 6:55 PM
Bootstrap your Angular project with Angular CLI In order to facilitate the creation of a new Angular project, it is possible to use the Angular CLI. Angular CLI is a CLI providing functionality to bootstrap, upgrade and serve your Angular app. Today we will see how we can use Angular CLI to improve our workflow. Bootstrap a new project Creating new components Serve the application 1. Bootstrap
>> Read the full article
.
0
comment
on 6/23/2017 6:21 AM
How to use the Angular Router Today we will see how to use the Angular Router. The router allows us to define routes which are transformed to urls which are then understood by the browser. Having routes allows us to create different categories and access points to our website. This post will be composed by 6 parts: Define routes Router outlet Special routes Data and ActivatedRoute Resolve guard
>> Read the full article
.
0
comment
on 6/15/2017 5:38 PM
Reactive form with Angular I have been following the reactive movement for a long time now, especially from UI perspective from push design with websockets to in browser reactivity with WebSharper.UI.Next. In term of form design, I always felt like there was a lack. A form concept is simple, but it always escalates to an extremely over designed code with inline validation, server validation,
>> Read the full article
.
0
comment
on 6/9/2017 6:02 AM
How to declare a component in angular Last week I explained what was the NgModule in angular, we saw what were the parameters we could add and what those parameters could be composed of. Today I would like to talk about another main piece of Angular, the Component. We will see what argument it takes and how we can use it. 1. Parameters 2. Input/Ouput 3. Access child component 4. NgOnChange 1.
>> Read the full article
.
0
comment
on 5/31/2017 7:32 AM
How does NgModule work in Angular The first time I saw the NgModule decorator and its arguments I was completely lost. I couldn’t understand what was the meaning of imports, declarations, exports, providers or bootstrap and I had a hard time finding clear explanations. So today I will go through each attributes and provide an explanation together with an example to understand what is the role of
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper