MCPcopy Create free account

hub / github.com/Jaspero/ng-alerts / functions

Functions20 in github.com/Jaspero/ng-alerts

↓ 4 callersFunctiondeleteFolders
* Deletes the specified folder
gulpfile.js:217
↓ 2 callersMethod_buildItemTemplate
(key: string, value: any)
src/components/alerts/alerts.component.ts:101
↓ 2 callersMethod_destroy
()
src/components/alerts/alerts.component.ts:87
↓ 2 callersMethodcloseSelf
()
src/components/alert/alert.component.ts:84
↓ 2 callersMethodcreate
( type: AlertType = 'success', message: any = '', title: any = '', override: AlertSettings = {
src/services/alerts.service.ts:11
↓ 2 callersFunctioninlineResources
* Inline resources in a tsc/ngc compilation. * @param projectPath {string} Path to the project.
tools/gulp/inline-resources.js:38
↓ 2 callersFunctionpromiseify
* Simple Promiseify function that takes a Node API and return a version that supports promises. * We use promises instead of synchronized functions t
tools/gulp/inline-resources.js:16
↓ 1 callersFunctionbuildSass
* build sass content to css * @param content {string} the css content * @param sourceFile {string} the scss file sourceFile * @return {string} the
tools/gulp/inline-resources.js:123
↓ 1 callersFunctioninlineResourcesFromString
* Inline resources from a string content. * @param content {string} The source file's content. * @param urlResolver {Function} A resolver that takes
tools/gulp/inline-resources.js:64
Methodconstructor
( private _ngZone: NgZone )
src/components/alert/alert.component.ts:52
Methodconstructor
( private _service: AlertsService, private _resolver: ComponentFactoryResolver, private _domSaniti
src/components/alerts/alerts.component.ts:16
MethoddefaultSettings
(settings: AlertSettings)
src/components/alerts/alerts.component.ts:24
MethodforRoot
()
src/index.ts:27
FunctioninlineStyle
* Inline the styles for a source file. Simply search for instances of `styleUrls: [...]` and * replace with `styles: [...]` (with the content of the
tools/gulp/inline-resources.js:99
FunctioninlineTemplate
* Inline the templates for a source file. Simply search for instances of `templateUrl: ...` and * replace with `template: ...` (with the content of t
tools/gulp/inline-resources.js:80
MethodngOnDestroy
()
src/components/alerts/alerts.component.ts:83
MethodngOnInit
()
src/components/alert/alert.component.ts:71
MethodngOnInit
()
src/components/alerts/alerts.component.ts:39
MethodoverlayClick
()
src/components/alert/alert.component.ts:89
FunctionremoveModuleId
* Remove every mention of `moduleId: module.id`. * @param content {string} The source file's content. * @returns {string} The content with all modul
tools/gulp/inline-resources.js:145