Skip to content
This repository was archived by the owner on Sep 29, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 644 Bytes

File metadata and controls

16 lines (13 loc) · 644 Bytes

acute-angular

Home projects based on Angular JS framework

Pending setup tasks

  • Check code comments standards for this project

New learnings

  • What is @Component
  • What is Decorator
  • What is Directive
  • How to communicate between components
  • Understand what private means in constructor(private valueListSvc: ValueListService)
  • Lifecycle Hooks

Experiments

  • Can third-party/ad-hoc JS libraries -- like CKEditor, CKFinder, AMCharts, Emoji-X, and plugins of CKEditors like CodeMirror, etc. -- integrate with Angular2 easily?