Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jaspero/ng-alerts
/ functions
Functions
20 in github.com/Jaspero/ng-alerts
⨍
Functions
20
◇
Types & classes
10
↓ 4 callers
Function
deleteFolders
* Deletes the specified folder
gulpfile.js:217
↓ 2 callers
Method
_buildItemTemplate
(key: string, value: any)
src/components/alerts/alerts.component.ts:101
↓ 2 callers
Method
_destroy
()
src/components/alerts/alerts.component.ts:87
↓ 2 callers
Method
closeSelf
()
src/components/alert/alert.component.ts:84
↓ 2 callers
Method
create
( type: AlertType = 'success', message: any = '', title: any = '', override: AlertSettings = {
src/services/alerts.service.ts:11
↓ 2 callers
Function
inlineResources
* Inline resources in a tsc/ngc compilation. * @param projectPath {string} Path to the project.
tools/gulp/inline-resources.js:38
↓ 2 callers
Function
promiseify
* 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 callers
Function
buildSass
* 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 callers
Function
inlineResourcesFromString
* 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
Method
constructor
( private _ngZone: NgZone )
src/components/alert/alert.component.ts:52
Method
constructor
( private _service: AlertsService, private _resolver: ComponentFactoryResolver, private _domSaniti
src/components/alerts/alerts.component.ts:16
Method
defaultSettings
(settings: AlertSettings)
src/components/alerts/alerts.component.ts:24
Method
forRoot
()
src/index.ts:27
Function
inlineStyle
* 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
Function
inlineTemplate
* 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
Method
ngOnDestroy
()
src/components/alerts/alerts.component.ts:83
Method
ngOnInit
()
src/components/alert/alert.component.ts:71
Method
ngOnInit
()
src/components/alerts/alerts.component.ts:39
Method
overlayClick
()
src/components/alert/alert.component.ts:89
Function
removeModuleId
* 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