Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/angular/angular.git. Pull mirroring updated .
  1. May 07, 2024
  2. May 02, 2024
  3. May 01, 2024
  4. Apr 30, 2024
  5. Apr 27, 2024
    • Andrew Scott's avatar
      refactor(core): Permit disabling autoDetect for zoneless fixture (#55494) · be17de53
      Andrew Scott authored
      The caveat here is that this needs to be done before creating the
      fixture. There are some technical issues to overcome with disabling it
      after it was already enabled, related to detaching from `ApplicationRef`
      without other side effects.
      
      PR Close #55494
      be17de53
    • Kristiyan Kostadinov's avatar
      fix(migrations): resolve multiple structural issues with HttpClient migration (#55557) · 91b1f24d
      Kristiyan Kostadinov authored
      Fixes several issues with the `HttpClient` migration that showed up after I tried updating the Material docs site to the latest v18 release. Includes:
      * The migration was assuming that all Angular decorators have at least one argument. This led to a null pointer error that broke the v18 update process when I was testing it.
      * The migration incorrectly reimplemented the detection of classes with Angular decorators. This can cause code to be migrated incorrectly and doesn't handle cases like import aliases. I've switched it to use the existing tooling for detecting decorated classes.
      * The migration was trying to migrate directives, even though they don't support the `imports` field.
      * The migration was detecting `TestBed.configureTestingModule` calls using a raw string match which is very fragile and can be broken by the user's formatting.
      * There were syntax errors in the unit tests.
      * There were type checking errors in the unit tests, for example none of them were importing the Angular decorators that they were migrating.
      
      There's more room for improvement, but this should resolve the most glaring issues without having to rewrite too much.
      
      PR Close #55557
      91b1f24d
    • Matthieu Riegler's avatar
      docs: update ChangeDetectionStrategy links (#55553) · 4a7402f7
      Matthieu Riegler authored
      fixes #54227
      fixes #50943
      
      PR Close #55553
      4a7402f7
    • Matthieu Riegler's avatar
      docs: remove mention of style sanitization. (#55553) · f7233b05
      Matthieu Riegler authored
      fixes #49566
      
      PR Close #55553
      f7233b05
    • Matthieu Riegler's avatar
      docs: remove image (#55553) · f6e11e67
      Matthieu Riegler authored
      The image was replaced by the following mermaid chart.
      
      PR Close #55553
      f6e11e67
    • Matthieu Riegler's avatar
      docs: update app-shell to reflect actual content (#55550) · 5559b7fe
      Matthieu Riegler authored
      fixes #55507
      
      PR Close #55550
      5559b7fe