SYMBOL INDEX (89 symbols across 29 files) FILE: e2e/protractor.conf.js method onPrepare (line 28) | onPrepare() { FILE: e2e/src/app.po.ts class APage (line 3) | class APage { method navigateTo (line 4) | navigateTo() { method getParagraphText (line 8) | getParagraphText() { FILE: projects/ng-snotify/src/lib/components/buttons/buttons.component.ts class ButtonsComponent (line 15) | class ButtonsComponent { method constructor (line 20) | constructor(private service: SnotifyService) {} method remove (line 25) | remove() { FILE: projects/ng-snotify/src/lib/components/prompt/prompt.component.ts class PromptComponent (line 14) | class PromptComponent { FILE: projects/ng-snotify/src/lib/components/snotify/snotify.component.ts class SnotifyComponent (line 14) | class SnotifyComponent implements OnInit, OnDestroy { method constructor (line 48) | constructor(private service: SnotifyService) {} method ngOnInit (line 53) | ngOnInit() { method stateChanged (line 78) | stateChanged(event: SnotifyEventType) { method splitToasts (line 112) | splitToasts(toasts: SnotifyToast[]): SnotifyNotifications { method ngOnDestroy (line 131) | ngOnDestroy() { FILE: projects/ng-snotify/src/lib/components/toast/toast.component.ts class ToastComponent (line 22) | class ToastComponent implements OnInit, OnDestroy, AfterContentInit { method constructor (line 48) | constructor(private service: SnotifyService) {} method ngOnInit (line 55) | ngOnInit() { method ngAfterContentInit (line 73) | ngAfterContentInit() { method ngOnDestroy (line 84) | ngOnDestroy(): void { method onClick (line 98) | onClick() { method onRemove (line 108) | onRemove() { method onMouseEnter (line 124) | onMouseEnter() { method onMouseLeave (line 134) | onMouseLeave() { method onExitTransitionEnd (line 145) | onExitTransitionEnd() { method initToast (line 161) | initToast(): void { method startTimeout (line 171) | startTimeout(startTime: number = 0) { FILE: projects/ng-snotify/src/lib/decorators/set-toast-type.decorator.ts function SetToastType (line 11) | function SetToastType(target: any, propertyKey: SnotifyTypeType, descrip... FILE: projects/ng-snotify/src/lib/decorators/transform-argument.decorator.ts function TransformArgument (line 12) | function TransformArgument(target: any, propertyKey: SnotifyTypeType, de... FILE: projects/ng-snotify/src/lib/enums/snotify-position.enum.ts type SnotifyPosition (line 4) | enum SnotifyPosition { FILE: projects/ng-snotify/src/lib/enums/snotify-style.enum.ts type SnotifyStyle (line 4) | enum SnotifyStyle { FILE: projects/ng-snotify/src/lib/interfaces/snotif-global-config.interface.ts type SnotifyGlobalConfig (line 4) | interface SnotifyGlobalConfig { FILE: projects/ng-snotify/src/lib/interfaces/snotify-animate.interface.ts type SnotifyAnimate (line 6) | interface SnotifyAnimate { FILE: projects/ng-snotify/src/lib/interfaces/snotify-button.interface.ts type SnotifyButton (line 9) | interface SnotifyButton { FILE: projects/ng-snotify/src/lib/interfaces/snotify-defaults.interface.ts type SnotifyDefaults (line 8) | interface SnotifyDefaults { FILE: projects/ng-snotify/src/lib/interfaces/snotify-notifications.interface.ts type SnotifyNotifications (line 6) | interface SnotifyNotifications { FILE: projects/ng-snotify/src/lib/interfaces/snotify-styles.interface.ts type SnotifyStyles (line 6) | interface SnotifyStyles { FILE: projects/ng-snotify/src/lib/interfaces/snotify-toast-config.interface.ts type SnotifyToastConfig (line 10) | interface SnotifyToastConfig { FILE: projects/ng-snotify/src/lib/interfaces/snotify.interface.ts type Snotify (line 7) | interface Snotify { FILE: projects/ng-snotify/src/lib/models/snotify-toast.model.ts class SnotifyToast (line 9) | class SnotifyToast { method constructor (line 26) | constructor(public id: number, public title: string, public body: stri... method on (line 43) | on(event: SnotifyEventType, action: (toast: this) => void): this { method equals (line 59) | equals(toast: SnotifyToast): boolean { FILE: projects/ng-snotify/src/lib/pipes/keys.pipe.ts class KeysPipe (line 10) | class KeysPipe implements PipeTransform { method transform (line 11) | transform(value: any, args: any[] = null): any { FILE: projects/ng-snotify/src/lib/pipes/truncate.pipe.ts class TruncatePipe (line 10) | class TruncatePipe implements PipeTransform { method transform (line 11) | transform(value: string, ...args: Array): any { FILE: projects/ng-snotify/src/lib/services/snotify.service.ts class SnotifyService (line 19) | class SnotifyService { method constructor (line 25) | constructor(@Inject('SnotifyToastConfig') public config: SnotifyDefaul... method emit (line 29) | private emit(): void { method get (line 38) | get(id: number): SnotifyToast { method add (line 46) | private add(toast: SnotifyToast): void { method containsToast (line 63) | private containsToast(inToast: SnotifyToast): boolean { method remove (line 72) | remove(id?: number, remove?: boolean): void { method clear (line 85) | clear(): void { method create (line 95) | create(snotify: Snotify): SnotifyToast { method setDefaults (line 102) | setDefaults(defaults: SnotifyDefaults): SnotifyDefaults { method simple (line 142) | simple(args: any): SnotifyToast { method success (line 182) | success(args: any): SnotifyToast { method error (line 222) | error(args: any): SnotifyToast { method info (line 262) | info(args: any): SnotifyToast { method warning (line 302) | warning(args: any): SnotifyToast { method confirm (line 342) | confirm(args: any): SnotifyToast { method prompt (line 382) | prompt(args: any): SnotifyToast { method async (line 431) | async(args: any): SnotifyToast { method mergeToast (line 460) | private mergeToast(toast, next, type?: SnotifyTypeType) { method html (line 485) | html(html: string | SafeHtml, config?: SnotifyToastConfig): SnotifyToa... FILE: projects/ng-snotify/src/lib/snotify.module.ts class SnotifyModule (line 16) | class SnotifyModule { method forRoot (line 17) | static forRoot(): ModuleWithProviders { FILE: projects/ng-snotify/src/lib/types/snotify-event.type.ts type SnotifyEventType (line 4) | type SnotifyEventType = FILE: projects/ng-snotify/src/lib/types/snotify-position.type.ts type SnotifyPositionType (line 4) | type SnotifyPositionType = FILE: projects/ng-snotify/src/lib/types/snotify-type.type.ts type SnotifyTypeType (line 1) | type SnotifyTypeType = 'simple' | 'success' | 'error' | 'warning' | 'inf... FILE: projects/ng-snotify/src/lib/utils.ts function uuid (line 5) | function uuid(): number { function isObject (line 14) | function isObject(item): boolean { function mergeDeep (line 23) | function mergeDeep(...sources) { function animate (line 44) | function animate(start: number, duration: number, callback: (currentValu... FILE: src/app/app.component.ts class AppComponent (line 10) | class AppComponent { method constructor (line 27) | constructor(private snotifyService: SnotifyService) {} method getConfig (line 32) | getConfig(): SnotifyToastConfig { method onSuccess (line 54) | onSuccess() { method onInfo (line 57) | onInfo() { method onError (line 60) | onError() { method onWarning (line 63) | onWarning() { method onSimple (line 66) | onSimple() { method onAsyncLoading (line 76) | onAsyncLoading() { method onConfirmation (line 136) | onConfirmation() { method onPrompt (line 165) | onPrompt() { method onHtml (line 196) | onHtml() { method onClear (line 202) | onClear() { FILE: src/app/app.module.ts class AppModule (line 15) | class AppModule {}