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
d51d39cb4c
angular-docs-cn
/
aio
/
content
/
examples
/
upgrade-phonecat-2-hybrid
/
app
/
phone-detail
/
phone-detail.module.ts
6 lines
99 B
TypeScript
Raw
Blame
History
// Define the `phoneDetail` module
angular
.
module
(
'phoneDetail'
,
[
'ngRoute'
,
'core.phone'
]
)
;
Reference in New Issue
View Git Blame
Copy Permalink