simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

add `provideXxx()` methods #99

Closed ersimont closed 1 year ago

ersimont commented 1 year ago

And check for other new cool-kid things to add from https://angular.io/guide/standalone-components#standalone-components-for-library-authors

ersimont commented 1 year ago

There are only 2 angular modules in s-libs, NasModelModule and SlDialogModule. The former packages several directives that should continue to feel like a single nasModel, so it is not a good candidate. I'll leave things in module form for now.