Angular源代码里字母Theta的含义
https://stackoverflow.com/questions/45466017/%c9%b5-theta-like-symbol-in-angular-2-source-code
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).
- ?cmf: createNgModuleFactory
- ?mode: ModuleDef
- ?mpd: ModuleProviderDef
i0.?mpd(256, “a”, “a”, [])
256表示TypeValueProvider是個值類型。
總結
以上是生活随笔為你收集整理的Angular源代码里字母Theta的含义的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: AWE2023|京东家电家居打造“家场景
- 下一篇: 2023-04-27 | 苹果 iOS