Created
February 22, 2019 15:45
-
-
Save maxkoretskyi/db21f4050a1897d51bbbf2af5838f6e8 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; | |
| @Optional("frameworkComponentWrapper") | |
| private frameworkComponentWrapper: FrameworkComponentWrapper; | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment