Angular 4 Tutorial - Animations #15

preview_player
Показать описание

Angular 4 animations provide ways to change state of elements. We can do scaling, transforming, translate and much more with angular 4 animations. You will learn how to get started with angular 4 animations.

Angular 4 Services:

Want to learn Angular JS 1?

Join facebook group:
Рекомендации по теме
Комментарии
Автор

Its good man :) Appreciated.
Keep posting, I have gone through one by one and feel confident on Angular 4 now.

amiturfnd
Автор

0:00 He is using a fresh project for this video (ng new, ng serve)

00:50 Shows the libraries already added by default


04:10 Import BrowserAnimationsModule from to the app

05:22 HTML code

06:32 Static CSS code

08:13 Import the trigger, state, style, transition and animate libraries from @angular/animations to the component

09:42 Write the CSS animation using trigger, state, transform, transitions...

12:30 Add an animate function to the components class that changes the css state

13:38 Call this function when the button is clicked

13:52 Apply the css trigger to the p element

-andymel
Автор

Hi,
Can I include one component into another?

I have created one header component and I want to include header part in app.component.html.
so How can I do that?

NeyazKhan
Автор

hello and thank you for this wonderful tutorial. however I have a problem as i am new to angular. I have a problem with using angular 4 on a node js server...please any help or pointers will be appreciated

temitopeemmanuel
Автор

Is this all a beginner needs to know about Angular 4?

NotNotNithin