Answers for "Error: Found the synthetic property @triggerName. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp"

0

Error: Found the synthetic property @triggerName. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp

@Component({
  selector: '...',
  templateUrl: './...',
  animations: [myNgIfAnimation] // <-- Don't forget!
})
Posted by: Guest on June-15-2021

Code answers related to "Error: Found the synthetic property @triggerName. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at checkNoSyntheticProp"

Browse Popular Code Answers by Language