Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

240
Views
Las animaciones angulares no funcionan aunque he importado BrowserModule y BrowserAnimationsModule

En primer lugar, importé BrowserAnimationsModule en mi profile.module.ts a mis animaciones para que funcionaran, pero arrojó un error de que BrowserModule se importó dos veces, pasé por problemas de GitHub y descubrí que debería importar BrowserModule y BrowserAnimationsModule solo una vez en mi aplicación. module.ts Pero la animación parece no funcionar en los componentes que se importan en profile.module.ts

estas son mis animaciones de mi componente que no funciona (el componente pertenece a profile.module.ts)

 animations: [ trigger('animationOption2', [ transition(':enter', [ style({ backgroundColor: 'yellow' }), animate(300) ]), transition(':leave', [ animate(300, style({ backgroundColor: 'yellow' })) ]), state('*', style({ backgroundColor: 'green' })), ]) ]
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!