Skip to content

Instantly share code, notes, and snippets.

@walidum
Created May 5, 2021 17:25
Show Gist options
  • Save walidum/e0a44c731a7de1a9e64b739267746977 to your computer and use it in GitHub Desktop.
Save walidum/e0a44c731a7de1a9e64b739267746977 to your computer and use it in GitHub Desktop.
Angular animations
import { Component } from '@angular/core';
import {
trigger,
state,
style,
animate,
transition,
// etc...
} from '@angular/animations';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment