magarcia

Events in Angular2

3 min read

About how to migrate events from AngularJS to Angular2.

During the migration of the feed component, I found some lines that I didn't know how to code it on Angular 2. The following code is an extract of the code I'm talking about: ```typescript if (!feed...