Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

js-fun/angular-sandbox

Repository files navigation

Notes

  1. constant v.s value
  • constant can be use in module.config but not value
  • rule of thumb: value for service object / function, constant for configuration data.
  1. what is angular:common
  2. what is angular:decorate
  • Think about AOP
  • Like Python decorate?
  1. What's provider?
  • In short words, like factory service but allow global customization via config phase.
  1. [] Try ng-anotation

Reference

  1. ngBook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published