Kai Röder
Kai Röder
The first issue might be related to this https://github.com/rangle/angular-devtools/blob/main/projects/ng-devtools-backend/src/lib/directive-forest/render-tree.ts#L58 The `ng` object only exists in the iframe and not in the root view I'm not sure if is possible to...
For the callback examples, I'm not even sure what to expect. Let's take a look at hooks.stories.ts It uses "ButtonComponent" I assume? The story uses globalThis.Components.Button and I don't know...
I played around with templates and encountered some API changes I was not aware of but I think I'm at a point where I understand the problem(s). I currently investigate...
@tmeasday how comes I cannot see any updates in the storyFn result? Is that a bug or does this work in a different way? ```typescript export default { component: globalThis.Components.Pre,...
~Creating a template does not work anymore~ ~Nevermind. After merging next it seems to work again~ Does not work after merge next into this branch ``` ➤ YN0000: └ Completed...
@ThibaudAV can you check my "todo" comments in this PR? I assume most of them were necessary due to Angular < 13 exports. Since we have removed angular 12 support,...
@ThibaudAV Do you remember why you choose ```typescript export declare function generateI18nBrowserWebpackConfigFromContext(options: BrowserBuilderSchema, context: BuilderContext, webpackPartialGenerator: WebpackPartialGenerator, extraBuildOptions?: Partial): Promise; ``` instead of ```typescript export declare function generateBrowserWebpackConfigFromContext(options: BrowserBuilderSchema, context:...
@ThibaudAV Do you remember why you choose ```typescript export declare function generateI18nBrowserWebpackConfigFromContext(options: BrowserBuilderSchema, context: BuilderContext, webpackPartialGenerator: WebpackPartialGenerator, extraBuildOptions?: Partial): Promise; ``` instead of ```typescript export declare function generateBrowserWebpackConfigFromContext(options: BrowserBuilderSchema, context:...
> I don't know if the plan is always to move framework lib to dedicate repository (or i'm mistaken). But maybe we can plan this with 7 ? Wdyt @shilman...
Who is responsible for providing a react-version in this mono-repo? Nothing references react in frameworks/angular. I assumed that react is provided by a different package that needs react installed. I...