Matthieu Riegler

Results 694 comments of Matthieu Riegler

I see at least 2 types of tests that we would need to add. * Compliance tests in `packages/compiler-cli/test/compliance/test_cases/`, those tests ensure we don't introduce regressions on the compiler output....

I think we can consider this a dupe of #59507.

We'll need to update our golden files, for this please run `yarn bazel run //packages/common:common_api.accept`. Also please include a `DEPRECATED: ...` mention in the footer of the commit message, as...

Internal tests showed that to many existing tests rely on the error message being present. We won't go with that change for now.

Looks like I can't force push an commit message update New PR at #64176

I'm not able to reproduce it (On any Office 365 apps I'm able to access with a corporate account). I could be related to #49518

We've landed a fix with #62645 and we'll follow up with a devtool release later this week (1.0.40).

The linting job is complaining, could you please make it a `docs: ...` commit. `fix` commit are intended for bugfixes and our release process lists them in the release notes.

Hi, could you share the use-case you'd like to address with this ?

FYI, here is a working example of what you're describing : ```ts @Component({ selector: 'my-app', standalone: true, imports: [CommonModule], template: ` {{ ctx|json }} `, }) export class App {...