Bundle with jquery and lodash

This commit is contained in:
aboyko
2023-03-01 17:07:41 -05:00
parent 8bafe72a45
commit f49c848efe
12 changed files with 38 additions and 39 deletions

View File

@@ -2,8 +2,7 @@ import { Component, Input, Output, ElementRef, EventEmitter, OnInit, ViewEncapsu
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
import * as CodeMirror from 'codemirror';
import * as _$ from 'jquery';
const $: any = _$;
import $ from 'jquery';
// CodeMirror extensions
import 'codemirror/mode/meta';