@ng-select/ng-select 14.5.3 → 14.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -282,7 +282,7 @@ map: {
|
|
|
282
282
|
Ng-select allows to provide custom selection implementation using `SELECTION_MODEL_FACTORY`. To override [default](https://github.com/ng-select/ng-select/blob/master/src/ng-select/lib/selection-model.ts) logic provide your factory method in your angular module.
|
|
283
283
|
|
|
284
284
|
```javascript
|
|
285
|
-
// app.module.ts
|
|
285
|
+
// app.module.ts.ts
|
|
286
286
|
providers: [
|
|
287
287
|
{ provide: SELECTION_MODEL_FACTORY, useValue: <SelectionModelFactory>CustomSelectionFactory }
|
|
288
288
|
]
|