Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

AngularJS 1 with TypeScript: where in controller to put $rootScope.on?

Service export class RandomServiceName implements ng.IServiceProvider { /* @ngInject */ constructor(private $rootScope: ng.IRootScopeService) { } public $get(): RandomServiceName { ...
A T's user avatar
  • 14k