Created
February 22, 2019 16:10
-
-
Save maxkoretskyi/40222f74fbd5227d313a6814bcc99d3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Bean('componentResolver') | |
export class ComponentResolver { | |
@Autowired("gridOptions") | |
private gridOptions: GridOptions; | |
@Autowired("componentProvider") | |
private componentProvider: ComponentProvider; | |
@Optional("frameworkComponentWrapper") | |
private frameworkComponentWrapper: FrameworkComponentWrapper; | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment