add angular component

This commit is contained in:
Rene Haas
2022-11-08 00:14:07 +01:00
parent 0163a8a607
commit 71e8c5c07e
8 changed files with 456 additions and 51 deletions
@@ -203,7 +203,7 @@ describe('OverlayScrollbarsComponent', () => {
expect(onUpdatedInitial).toHaveBeenCalledTimes(2);
expect(onUpdated).toHaveBeenCalledTimes(2);
// unregister works with `[]`, `null` or `undefined`
// unregister with `[]`, `null` or `undefined`
rerender(<OverlayScrollbarsComponent events={{ updated: null }} ref={ref} />);
instance.update(true);