UNPKG

@stratusjs/angularjs

Version:

This is the AngularJS package for StratusJS.

7 lines (5 loc) 221 B
import {auto, element} from 'angular' export const getInjector = (): auto.IInjectorService|null => { const $root = element(document.documentElement) return (!$root || !$root.injector) ? null : $root.injector() }