Nick's tools! A place to save utility functions / classes / files I've written for myself.
Makes use of ES6 syntax.
Typescript
Angular
RxJS
ngrx / Component Store
- TODO:
Angular Material/ MatTable
- Recursive functions.
map, reduce, filter
- General Array helpers.
rangeOf(1, N)
- Object/Entity helpers
isObject/isArray from union type, create[Omitted/Picked] versions of types
- Reused Observable types
StatePropertyObservers<T> => Take State of T, turn into mapped type of observables
- Remove angular project configuration
- Add Angular Material / Reactive Form generator based on properties of
MatDataSource<T>