gund / ng-workshop-02

Homework from the NG Workshop 02

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NG Workshop 02

Task

In the log-updates.directive.ts modify the LogUpdatesDirective in a way that will allow you to:

  • log updateName events that are coming from HelloComponent
  • without modifying anything else

HINT: Events are streams - meaning more than one subscriber is allowed to listen to it. Use it!

Serve

To serve the app, run:

ng serve

Submission

Once you've come up with a solution (even if it breaks):

  • create a new branch
  • commit your changes
  • push to remote repo
  • open PR against upstream master

NOTE: It's alright if your solution does not work/build - the main idea behind this exercise is to find gaps in explanations and try and cover them in the next session!


Enjoy =)

About

Homework from the NG Workshop 02


Languages

Language:TypeScript 76.0%Language:JavaScript 15.7%Language:HTML 7.0%Language:CSS 1.3%