yairodriguez / AngularJS

Own implementation of AngularJS, using Extreme Test–First and ES6.
0 stars 0 forks source link

Components #24

Open yairodriguez opened 8 years ago

yairodriguez commented 8 years ago

Description

Implements the component API introduced in Angular 1.5 that solidifies best practice patterns, streamlines APIs, and allows for more performant code to be written through hooks such as $onChanges. Everything in the component API is really just a relatively thin layer on top of existing directive and controller code.


Issue Checklist

All issues in milestone: 0.6.0 milestone


Assignees