You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns injection name of the meta information (including configuration) of a given component. Currently resolves to `meta:component//${componentName}`.
* @param {string} componentName component to resolve meta information for
* @return {string} injection string, ready to use in `@inject()`
*/
export function getMetaInjectionName(componentName: string) {