Hi. I want to remove my components from app ngmodule or any module in v14 via simple standalone option. How can we move const componentParsers: Array<HookParserEntry> = [] DynamicHooksModule.forRoot({}) in app.module to new file with new shiny standalone components feature. Thank you.