https://stackoverflow.com/questions/45466017/%c9%b5-theta-like-symbol-in-angular-2-source-code

Angular源代码里字母Theta的含义

The first thing you many notice is a lot of obscure method names, starting with the letter ɵ (Greek Theta) followed by 3 other English letters (e.g. ɵvid). The letter ɵ is used by the Angular team to indicate that some method is private to the framework and must not be called directly by the user, as the API for these method is not guaranteed to stay stable between Angular versions (in fact, I would say it’s almost guaranteed to break).Angular源代码里字母Theta的含义

相关文章:

  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2021-09-24
  • 2021-07-25
  • 2022-12-23
猜你喜欢
  • 2021-09-26
  • 2021-08-24
  • 2021-04-20
  • 2021-09-08
  • 2021-10-04
  • 2022-12-23
  • 2021-10-24
相关资源
相似解决方案