Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NathanWalker/angular-seed-advanced
/ functions
Functions
349 in github.com/NathanWalker/angular-seed-advanced
⨍
Functions
349
◇
Types & classes
193
↓ 1 callers
Method
getItem
(key: StorageKey)
src/client/app/modules/core/interfaces/istorage.ts:4
↓ 1 callers
Function
getLanguages
()
src/client/app/modules/i18n/testing/index.ts:22
↓ 1 callers
Method
getNames
()
src/client/app/modules/sample/services/name-list.service.ts:26
↓ 1 callers
Function
getPlatform
(env)
nativescript/webpack.config.js:67
↓ 1 callers
Function
getPlugins
(platform, env)
nativescript/webpack.config.js:124
↓ 1 callers
Method
getRollupNamedExports
* Convert named rollup array to object
tools/config/seed.config.ts:733
↓ 1 callers
Function
getRules
()
nativescript/webpack.config.js:73
↓ 1 callers
Function
getShims
* Returns the shim files to be injected.
tools/tasks/seed/build.bundles.ts:17
↓ 1 callers
Function
handlePlatformSpecificFiles
()
tools/tasks/seed/build.tns_html_css.ts:77
↓ 1 callers
Function
injectCss
* Injects the bundled CSS files for the production environment.
tools/tasks/seed/build.index.prod.ts:47
↓ 1 callers
Function
injectJs
* Injects the bundled JavaScript shims and application bundles for the production environment.
tools/tasks/seed/build.index.prod.ts:40
↓ 1 callers
Function
injectTemplateVariables
(loaderContext, source)
nativescript/tools/webpack/tns-loader.js:31
↓ 1 callers
Function
loadCompositeTasks
(seedTasksFile: string, projectTasksFile: string)
tools/utils/seed/tasks_tools.ts:81
↓ 1 callers
Function
main
()
src/client/app/components/app.component.spec.ts:56
↓ 1 callers
Method
mergeObject
* Recursively merge source onto target. * @param {any} target The target object (to receive values from source) * @param {any} source The source
tools/config/seed.config.ts:689
↓ 1 callers
Function
mockBackendResponse
(connection: MockConnection, response: string)
src/client/app/modules/sample/services/name-list.service.spec.ts:35
↓ 1 callers
Function
modifyFile
(path: string, mod: any = (f: string) => f)
tools/tasks/seed/compile.ahead.prod.ts:16
↓ 1 callers
Method
navigateByUrl
(url: string | UrlTree, options?: ExtendedNavigationExtras)
src/client/app/modules/core/services/router-extensions.service.ts:21
↓ 1 callers
Function
normalizeDependencies
(deps: InjectableDependency[])
tools/config/seed.config.ts:746
↓ 1 callers
Function
normalizeTask
(task: any, taskName: string)
tools/utils/seed/tasks_tools.ts:104
↓ 1 callers
Method
notifyLiveReload
* This utility method is used to notify that a file change has happened and subsequently calls the `changed` method, * which itself initiates a Bro
tools/utils/seed/server.ts:56
↓ 1 callers
Function
onlyDirs
(es: any)
tools/tasks/seed/build.assets.prod.ts:7
↓ 1 callers
Method
pageTrack
(path: string, location: any)
nativescript/src/mobile/analytics/services/ns-angulartics2-segment.service.ts:22
↓ 1 callers
Method
path
(includeHash: boolean = false)
src/client/app/modules/core/testing/mocks/mock-location-strategy.ts:29
↓ 1 callers
Function
prepareTemplates
()
tools/tasks/seed/build.tns_html_css.ts:19
↓ 1 callers
Function
prepareTemplates
* Copies all HTML files in `src/client` over to the `dist/tmp` directory.
tools/tasks/seed/build.html_css.ts:44
↓ 1 callers
Function
processAllExternalStylesheets
* Process scss stylesheets located in `src/client/css` and any css dependencies specified in * the global project configuration.
tools/tasks/seed/build.html_css.ts:123
↓ 1 callers
Function
processComponentScss
* Process scss files referenced from Angular component `styleUrls` metadata
tools/tasks/seed/build.tns_html_css.ts:58
↓ 1 callers
Function
processComponentScss
* Process scss files referenced from Angular component `styleUrls` metadata
tools/tasks/seed/build.html_css.ts:67
↓ 1 callers
Function
processComponentStylesheets
()
tools/tasks/seed/build.tns_html_css.ts:32
↓ 1 callers
Function
processComponentStylesheets
* Execute the appropriate component-stylesheet processing method based on user stylesheet preference.
tools/tasks/seed/build.html_css.ts:55
↓ 1 callers
Function
processExternalCss
* Processes the external CSS files using `postcss` with the configured processors.
tools/tasks/seed/build.html_css.ts:166
↓ 1 callers
Function
processExternalStylesheets
* Execute external-stylesheet processing method based on presence of --scss flag.
tools/tasks/seed/build.html_css.ts:115
↓ 1 callers
Function
readDir
* Reads the files in the given root directory and executes the given callback per found file. * @param {string} root - The root directory to read.
tools/utils/seed/tasks_tools.ts:162
↓ 1 callers
Function
registerTask
* Registers the task by the given taskname and path. * @param {string} taskname - The name of the task. * @param {string} path - The path of the
tools/utils/seed/tasks_tools.ts:136
↓ 1 callers
Function
registerTasks
(tasks: any)
tools/utils/seed/tasks_tools.ts:33
↓ 1 callers
Function
repeatableStartKarma
(done: any, config: any = {})
tools/tasks/seed/karma.run.with_coverage.ts:6
↓ 1 callers
Function
runServer
()
tools/utils/seed/code_change_tools.ts:37
↓ 1 callers
Method
serveCoverage
* Begins serving the static unit test code coverage report over the express server. * This is used by the serve.coverage gulp task.
tools/utils/seed/server.ts:85
↓ 1 callers
Method
serveDocs
* Begins serving the static documentation files over the express server. * This is used by the serve.docs gulp task.
tools/utils/seed/server.ts:66
↓ 1 callers
Method
serveProd
* Begins serving the built files from `dist/prod` over the express server. * This is used by the serve.prod gulp task.
tools/utils/seed/server.ts:104
↓ 1 callers
Method
serveSPA
* Serves the Single Page Application. More specifically, calls the `listen` method, which itself launches BrowserSync. * This is used by the server
tools/utils/seed/server.ts:44
↓ 1 callers
Method
server
(port: number, dir: string)
tools/tasks/seed/e2e.ts:9
↓ 1 callers
Method
setDefaultLang
(lang: string)
src/client/app/modules/i18n/testing/mocks/ng2-translate.mock.ts:22
↓ 1 callers
Method
setItem
(key: StorageKey, value: any)
src/client/app/modules/core/interfaces/istorage.ts:3
↓ 1 callers
Method
setupAndroid
()
nativescript/src/mobile/core/services/ns-app.service.ts:125
↓ 1 callers
Method
setupIOS
()
nativescript/src/mobile/core/services/ns-app.service.ts:149
↓ 1 callers
Method
shallRun
(files: String[])
tools/tasks/seed/build.html_css.ts:180
↓ 1 callers
Method
simulatePopState
(url: string)
src/client/app/modules/core/testing/mocks/mock-location-strategy.ts:24
↓ 1 callers
Function
testModuleConfig
()
src/client/app/modules/sample/services/name-list.service.spec.ts:19
↓ 1 callers
Function
transformPath
* Transform the path of a dependency to its location within the `dist` directory according to the applications * environment.
tools/tasks/seed/build.index.dev.ts:66
↓ 1 callers
Function
transformPath
* Transform the path of a dependency to its location within the `dist` directory according to the applications * environment.
tools/tasks/seed/build.index.prod.ts:55
↓ 1 callers
Method
unsubscribeAll
()
nativescript/src/mobile/core/services/ns-app.service.ts:116
↓ 1 callers
Function
validateTasks
(tasks: any)
tools/utils/seed/tasks_tools.ts:21
↓ 1 callers
Function
walk
(path: string)
tools/utils/seed/tasks_tools.ts:169
↓ 1 callers
Function
walk
* Recursively walks along the given path and deletes all JavaScript files. * @param {any} path - The path to walk and clean.
tools/tasks/seed/clean.all.src.js.ts:22
↓ 1 callers
Method
writeToLog
(log: LogEvent)
src/client/app/modules/core/services/logging/log.service.spec.ts:16
Method
ADD_BUTTON
(button: ActionItem)
nativescript/src/mobile/core/utils/actionbar.util.ts:15
Function
AppReducer
(state: any, action: any)
src/client/app/modules/ngrx/index.ts:70
Method
DEPENDENCIES
* Returns the array of injectable dependencies (npm dependencies and assets). * @return {InjectableDependency[]} The array of npm dependencies and
tools/config/seed.config.ts:417
Method
EMPTY_ITEMS
()
nativescript/src/mobile/core/utils/actionbar.util.ts:24
Function
GET_HTTP_PROVIDERS_INJECTOR
(additionalProviders?: Array<any>)
src/client/app/modules/core/testing/providers/http.ts:21
Method
HIDE_BACK_BUTTON
()
nativescript/src/mobile/core/utils/actionbar.util.ts:19
Method
IS_MOBILE_HYBRID
()
src/client/app/modules/core/utils/config.ts:47
Method
IS_WEB
()
src/client/app/modules/core/utils/config.ts:39
Method
SET_TITLE
(title: string)
nativescript/src/mobile/core/utils/actionbar.util.ts:11
Function
TEST_LOCATION_PROVIDERS
()
src/client/app/modules/core/testing/providers/router.ts:5
Method
_APP_ASSETS
* Returns the array of injectable dependencies (the list of local files to be injected in the `index.html`). * @return {InjectableDependency[]}
tools/config/seed.config.ts:592
Method
_PLUGIN_CONFIGS
* Returns the configuration object for NPM module configurations.
tools/config/seed.config.ts:602
Method
add
(stream: NodeJS.ReadWriteStream)
tools/manual_typings/seed/merge-stream.d.ts:4
Method
addFiles
(files: string[])
tools/utils/seed/code_change_tools.ts:23
Function
afterCall
()
tools/tasks/seed/start.deving.ts:20
Method
alert
(msg: string)
src/client/app/modules/core/services/window.service.ts:12
Method
alert
(msg: string)
src/client/app/modules/core/testing/mocks/window.mock.ts:7
Method
alert
(msg: string)
nativescript/src/mobile/core/services/window-native.service.ts:20
Method
async
(fn: Function)
src/client/app/modules/test/shorthand/ng2-jasmine.ts:16
Method
back
()
src/client/app/modules/core/services/router-extensions.service.ts:38
Method
back
()
src/client/app/modules/core/testing/mocks/mock-location-strategy.ts:62
Method
back
()
src/client/app/modules/core/testing/mocks/router-extensions.mock.ts:18
Method
be
(fn: Function)
src/client/app/modules/test/shorthand/ng2-jasmine.ts:18
Method
beforeEach
(fn: Function)
src/client/app/modules/test/shorthand/ng2-jasmine.ts:19
Method
beforeEach
(fn: Function)
src/e2e/ng2-jasmine.ts:18
Function
changed
(files: any)
tools/utils/seed/code_change_tools.ts:51
Function
codegen
( ngOptions: AngularCompilerOptions, cliOptions: NgcCliOptions, program: ts.Program, host: ts.CompilerHost
tools/tasks/seed/compile.ahead.prod.ts:10
Method
confirm
(msg: string)
src/client/app/modules/core/services/window.service.ts:13
Method
confirm
(msg: string)
src/client/app/modules/core/testing/mocks/window.mock.ts:10
Method
confirm
(msg: string)
nativescript/src/mobile/core/services/window-native.service.ts:23
Function
cons
()
src/client/web.module.ts:50
Function
cons
()
nativescript/src/components.module.ts:70
Function
consoleLogTarget
(consoleService: ConsoleService)
src/client/web.module.ts:53
Function
consoleLogTarget
(service: ConsoleService)
nativescript/src/components.module.ts:74
Function
constructor
(protected options: LogTargetOptions)
src/client/app/modules/core/services/logging/log.target.ts:22
Method
constructor
* @param app - express application.
tools/utils/seed/server.ts:29
Method
constructor
()
tools/config/seed-advanced.config.ts:29
Method
constructor
()
tools/config/project.config.ts:13
Method
constructor
(@Optional() @SkipSelf() parentModule: MultilingualModule)
src/client/app/modules/i18n/multilingual.module.ts:62
Method
constructor
(public payload: string)
src/client/app/modules/i18n/actions/multilingual.action.ts:40
Method
constructor
(public payload: string)
src/client/app/modules/i18n/actions/multilingual.action.ts:46
Method
constructor
(public payload: string)
src/client/app/modules/i18n/actions/multilingual.action.ts:52
Method
constructor
( private store: Store<IAppState>, private log: LogService, @Inject(Languages) private languages,
src/client/app/modules/i18n/components/lang-switcher.component.ts:23
← previous
next →
101–200 of 349, ranked by callers