Skip to content
Snippets Groups Projects
Commit fdaba30d authored by Chris Hines's avatar Chris Hines
Browse files

complete upgrade to angular

parent d09b7a97
No related branches found
No related tags found
2 merge requests!21New css dev,!7Dev
Pipeline #7253 failed
......@@ -14,8 +14,7 @@ import { RenameDialogComponent } from './modals/renameDialog/renameDialog.compon
export class FileExplorerComponent {
constructor(public dialog: MatDialog) {}
@ViewChild(MatMenuTrigger)
contextMenu: MatMenuTrigger;
@ViewChild(MatMenuTrigger, {static: false }) contextMenu: MatMenuTrigger;
contextMenuPosition = { x: '0px', y: '0px' };
......
......@@ -17,8 +17,7 @@ export class LaunchDialogComponent implements OnInit {
batchcmdsafeurl: any;
appconfigsafeurl: any;
rmListen: any;
@ViewChild('launchbtn', { read: ElementRef })
launchbtn: ElementRef;
@ViewChild('launchbtn', { read: ElementRef, static: false }) launchbtn: ElementRef;
setFocus: Boolean;
sub: Subscription;
......
......@@ -43,7 +43,7 @@
/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';
//import 'core-js/es7/reflect';
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment