You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ts): change readonly array syntax to support older tsc (#385)
`readonly T[]` is new syntax for `ReadonlyArray` which is supported in typescript older than 3.4.
As of now everything works but throws error while compiling in angular 7
0 commit comments