This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ed53c5ccdd
angular-docs-cn
/
aio
/
content
/
examples
/
upgrade-phonecat-2-hybrid
/
app
/
phone-list
/
phone-list.module.ts
5 lines
93 B
TypeScript
Raw
Blame
History
'use strict'
;
// Define the `phoneList` module
angular
.
module
(
'phoneList'
,
[
'core.phone'
]
)
;
Reference in New Issue
View Git Blame
Copy Permalink