mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 09:50:36 +01:00
parent
4eea392c2b
commit
865d982286
@ -3,10 +3,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>RTL</title>
|
||||
<base href="/rtl/"> <meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<base href="/rtl/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
|
||||
<link rel="stylesheet" href="styles.95c3afc83be2d91ee834.css"></head>
|
||||
<body>
|
||||
<rtl-app></rtl-app>
|
||||
<script src="runtime-es2015.703a23e48ad83c851e49.js" type="module"></script><script src="polyfills-es2015.1db33451f25dd6f197fa.js" type="module"></script><script src="runtime-es5.465c2333d355155ec5f3.js" nomodule></script><script src="polyfills-es5.06498932072d42117bf8.js" nomodule></script><script src="main-es2015.8bb100375aa6edf729e6.js" type="module"></script><script src="main-es5.267e8ee6e4bfefb51135.js" nomodule></script></body>
|
||||
<script src="runtime-es2015.703a23e48ad83c851e49.js" type="module"></script><script src="polyfills-es2015.2a0da12c7706d5c3e2aa.js" type="module"></script><script src="runtime-es5.465c2333d355155ec5f3.js" nomodule></script><script src="polyfills-es5.84431ea76d33490d0941.js" nomodule></script><script src="main-es2015.0562cff800bbd1a2c510.js" type="module"></script><script src="main-es5.60712ab3d34a32b39635.js" nomodule></script></body>
|
||||
</html>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rtl",
|
||||
"version": "0.4.4-beta",
|
||||
"version": "0.4.6-beta",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rtl",
|
||||
"version": "0.4.5-beta",
|
||||
"version": "0.4.6-beta",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
|
@ -20,7 +20,7 @@ import * as fromRTLReducer from './shared/store/rtl.reducers';
|
||||
styleUrls: ['./app.component.scss']
|
||||
})
|
||||
export class AppComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||
@ViewChild('sideNavigation', { static: true }) sideNavigation: any;
|
||||
@ViewChild('sideNavigation', { static: false }) sideNavigation: any;
|
||||
@ViewChild('settingSidenav', { static: true }) settingSidenav: any;
|
||||
public selNode: Node;
|
||||
public settings: Settings;
|
||||
|
@ -1 +1 @@
|
||||
export const VERSION = '0.4.5-beta';
|
||||
export const VERSION = '0.4.6-beta';
|
Loading…
Reference in New Issue
Block a user