3 lines
78 B
TypeScript
3 lines
78 B
TypeScript
|
// Define the `phoneList` module
|
||
|
angular.module('phoneList', ['core.phone']);
|