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

build: fix ts 3.7 breaking changes #18163

Closed

Conversation

filipesilva
Copy link
Contributor

These were the only ones I found when testing with the snapshot artifacts from angular/angular#33717.

Both are cases of https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#local-and-imported-type-declarations-now-conflict.

@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Jan 13, 2020
@@ -26,7 +26,6 @@ import {
} from '@angular/core';
import {NgControl} from '@angular/forms';
import {
FloatLabelType,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devversion can you verify this is the correct one to remove? It seems to be deprecated:

/**
 * Type for the available floatLabel values.
 * @deprecated Use `FloatLabelType` from `@angular/material/form-field` instead.
 * @breaking-change 11.0.0
 */
export type FloatLabelType = 'always' | 'never' | 'auto';

But the local declaration is different:

/** Type for the available floatLabel values. */
export type FloatLabelType = 'always' | 'auto';

@andrius-pra
Copy link
Contributor

duplicate of #18141

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants