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

8 lines
114 B
TypeScript

'use strict';
// Define the `phoneDetail` module
angular.module('phoneDetail', [
'ngRoute',
'core.phone'
]);