Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(angular): drop support for angular < 13 #19368

Merged
merged 2 commits into from
Oct 6, 2022

Commits on Oct 5, 2022

  1. refactor(angular): drop support for angular < 13

    According to the Angular LTS plan, Angular 12
    support ends in Nov 2022. A lot of code exists
    to support Angular < 13 which increases the
    maintenance effort and decreases the
    contribution DX of framework/angular.
    
    BREAKING CHANGE: Dropped support for Angular 12
    kroeder committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    17bd921 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    3fc5a29 View commit details
    Browse the repository at this point in the history