angular-cn/aio/content/examples/upgrade-phonecat-2-hybrid/app/app.module.ajs.ts

10 lines
165 B
TypeScript

// #docregion
// Define the `phonecatApp` AngularJS module
angular.module('phonecatApp', [
'ngAnimate',
'ngRoute',
'core',
'phoneDetail',
'phoneList',
]);