-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtimefreq1: lowtype: bug/fix
Milestone
Description
🐞 bug report
Affected Package
The issue is caused by package @angular/coreIs this a regression?
Yes, it works in non-ivy.
Description
@Component({
selector: 'app-test',
template: `
<label [style.opacity]="opacity">
This has an opacity binding, and should not be visible
</label>
`
})
export class MyComponent {
opacity = 0;
}
Reproducible repo: https://github.com/fr0/angular-test
🌍 Your Environment
Angular Version:
Angular CLI: 8.1.0-rc.0
Node: 12.4.0
OS: darwin x64
Angular: 8.1.0-rc.0
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.801.0-rc.0
@angular-devkit/build-angular 0.801.0-rc.0
@angular-devkit/build-optimizer 0.801.0-rc.0
@angular-devkit/build-webpack 0.801.0-rc.0
@angular-devkit/core 8.1.0-rc.0
@angular-devkit/schematics 8.1.0-rc.0
@ngtools/webpack 8.1.0-rc.0
@schematics/angular 8.1.0-rc.0
@schematics/update 0.801.0-rc.0
rxjs 6.5.2
typescript 3.4.5
webpack 4.35.0
urish
Metadata
Metadata
Assignees
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtimefreq1: lowtype: bug/fix