Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

basic-angular-component

Basic Angular exercise for two way(event and property) binding, string interpolation, @Input and @Output Decorator and service is created by using HTML and TS.

To execute this code : Prerequisite : node js, visual studio

  1. Create new app ----> ng new Angular_7
  2. Create 2 child components for @Input and @Output Decorator as:
    • ng g c child
    • ng g c child2
  3. Create a service as:
    • ng g s serve1
  4. Copy these codes into their respective files and finally run as:
    • ng serve
  5. Open browser and type as 'localhost:4200' and .............

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages