Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
牛晓林
supervise-front
Commits
34632a05
Commit
34632a05
authored
Aug 13, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest ui 08/13/2019 12:05:46
parent
f2a28a4e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
41 deletions
+76
-41
video.component.ts
src/app/video/video.component.ts
+54
-41
index.html
src/index.html
+22
-0
No files found.
src/app/video/video.component.ts
View file @
34632a05
This diff is collapsed.
Click to expand it.
src/index.html
View file @
34632a05
...
@@ -4,7 +4,29 @@
...
@@ -4,7 +4,29 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<title>
Map
</title>
<title>
Map
</title>
<base
href=
"/"
>
<base
href=
"/"
>
<!-- pre-zone polyfills -->
<script
src=
"node_modules/core-js/client/shim.min.js"
></script>
<script
src=
"node_modules/web-animations-js/web-animations.min.js"
></script>
<script>
/**
* you can configure some zone flags which can disable zone interception for some
* asynchronous activities to improve startup performance - use these options only
* if you know what you are doing as it could result in hard to trace down bugs..
*/
// __Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
// __Zone_disable_on_property = true; // disable patch onProperty such as onclick
// __zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
/*
* in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
* with the following flag, it will bypass `zone.js` patch for IE/Edge
*/
// __Zone_enable_cross_context_check = true;
</script>
<!-- zone.js required by Angular -->
<script
src=
"node_modules/zone.js/dist/zone.js"
></script>
<!-- application polyfills -->
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<script
src=
"assets/map_load.js"
></script>
<script
src=
"assets/map_load.js"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment