Skip to main content
deleted 2 characters in body
Source Link
SwissCodeMen
  • 4.7k
  • 9
  • 26
  • 35

This's simple and works like a charm :) just declare your enum like this and you can use it on HTML template

  statusEnum: typeof StatusEnum = StatusEnum;

This's simple and works like a charm :) just declare your enum like this and you can use it on HTML template

  statusEnum: typeof StatusEnum = StatusEnum;

This's simple and works like a charm :) just declare your enum like this and you can use it on HTML template

statusEnum: typeof StatusEnum = StatusEnum;
corrected spelling
Source Link
heinob
  • 19.4k
  • 5
  • 42
  • 61

This's simple and works like a charm :) just declare your enum like this and you can use it on HTML template

  statusEnum: typeof SatusEnumStatusEnum = SatusEnum;StatusEnum;

This's simple and works like a charm :) just declare your enum like this and you can use it on HTML template

  statusEnum: typeof SatusEnum = SatusEnum;

This's simple and works like a charm :) just declare your enum like this and you can use it on HTML template

  statusEnum: typeof StatusEnum = StatusEnum;
Source Link
Aymen Boumaiza
  • 1.4k
  • 1
  • 9
  • 9

This's simple and works like a charm :) just declare your enum like this and you can use it on HTML template

  statusEnum: typeof SatusEnum = SatusEnum;