Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ts): missed readonly fix in previous PR (#386)
* changed readonly array syntax to support older tsc `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 * missed readonly fix in previous PR Similar to 4.3.1 fix, to fix `readonly` with `ReadonlyArray`
- Loading branch information