refactor(ivy): mark ΔdefineInjectable as codeGenApi. (#30362)

PR Close #30362
This commit is contained in:
Ben Lesh 2019-05-14 08:18:27 -07:00 committed by Alex Rickabaugh
parent cf86ed7b29
commit 018a5168a5
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ export interface InjectorTypeWithProviders<T> {
* * `factory` gives the zero argument function which will create an instance of the injectable.
* The factory can call `inject` to access the `Injector` and request injection of dependencies.
*
* @publicApi
* @codeGenApi
*/
export function ΔdefineInjectable<T>(opts: {
providedIn?: Type<any>| 'root' | 'any' | null,