FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nativescript-dev-webpack/load-application-css-angular.js at 1.3.0 · NativeScript/nativescript-dev-webpack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
NativeScript
/
nativescript-dev-webpack
Public archive
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
40
Star
97
Code
Issues
82
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
nativescript-dev-webpack
/
load-application-css-angular.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (7 loc) · 251 Bytes
Breadcrumbs
nativescript-dev-webpack
/
load-application-css-angular.js
Copy path
File metadata and controls
8 lines (7 loc) · 251 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
const
loadCss
=
require
(
"./load-application-css"
)
;
module
.
exports
=
function
(
)
{
loadCss
(
function
(
)
{
global
.
registerModule
(
"./app.css"
,
(
)
=>
require
(
"~/app"
)
)
;
global
.
registerModule
(
"app.css"
,
(
)
=>
require
(
"~/app"
)
)
;
}
)
;
}
Back
|
FazBrowse Home
|
New Git URL