ngx-sfc-common 0.0.8 → 0.0.9
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.
|
@@ -2,7 +2,6 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { InjectionToken, Injectable, PLATFORM_ID, EventEmitter, Directive, Inject, Input, Output, HostListener, Pipe, Component, HostBinding, ContentChildren, ViewChild, NgModule } from '@angular/core';
|
|
3
3
|
import * as i1$1 from '@angular/common';
|
|
4
4
|
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
|
5
|
-
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
6
5
|
import * as i2 from '@fortawesome/angular-fontawesome';
|
|
7
6
|
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
|
8
7
|
import { Subject, fromEvent, Observable, startWith, BehaviorSubject, filter, distinctUntilChanged, map, EMPTY, combineLatest, tap, switchMap, withLatestFrom, of } from 'rxjs';
|
|
@@ -2688,7 +2687,6 @@ NgxSfcCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
|
|
|
2688
2687
|
DefaultModalFooterComponent,
|
|
2689
2688
|
// pipes
|
|
2690
2689
|
SwitchMultiCasePipe], imports: [CommonModule,
|
|
2691
|
-
BrowserAnimationsModule,
|
|
2692
2690
|
FontAwesomeModule], exports: [
|
|
2693
2691
|
// directives
|
|
2694
2692
|
ClickOutsideDirective,
|
|
@@ -2729,7 +2727,6 @@ NgxSfcCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
|
|
|
2729
2727
|
// pipes
|
|
2730
2728
|
SwitchMultiCasePipe] });
|
|
2731
2729
|
NgxSfcCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NgxSfcCommonModule, providers: [DOCUMENT_PROVIDERS, WINDOW_PROVIDERS], imports: [CommonModule,
|
|
2732
|
-
BrowserAnimationsModule,
|
|
2733
2730
|
FontAwesomeModule] });
|
|
2734
2731
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NgxSfcCommonModule, decorators: [{
|
|
2735
2732
|
type: NgModule,
|
|
@@ -2776,7 +2773,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
2776
2773
|
],
|
|
2777
2774
|
imports: [
|
|
2778
2775
|
CommonModule,
|
|
2779
|
-
BrowserAnimationsModule,
|
|
2780
2776
|
FontAwesomeModule
|
|
2781
2777
|
],
|
|
2782
2778
|
exports: [
|