style: lint
Build / Build-and-ng-test (pull_request) Successful in 23s
Details
Build / Build-and-ng-test (pull_request) Successful in 23s
Details
parent
c64ab8a577
commit
725f75aa74
|
@ -30,7 +30,7 @@ export const ROUTES: Routes = [
|
|||
{
|
||||
/**
|
||||
* Load review module (approve, history, submitted)
|
||||
*/
|
||||
*/
|
||||
path: 'review',
|
||||
component: ReviewRouteComponent,
|
||||
children: [
|
||||
|
@ -49,7 +49,7 @@ export const ROUTES: Routes = [
|
|||
{
|
||||
/**
|
||||
* Load editor module with subroutes
|
||||
*/
|
||||
*/
|
||||
path: 'editor',
|
||||
loadChildren: () => EditorModule
|
||||
},
|
||||
|
|
|
@ -38,9 +38,9 @@ export class DragNdropDirective {
|
|||
this.fileOver = false
|
||||
}
|
||||
|
||||
/**
|
||||
* Drop listener
|
||||
*/
|
||||
/**
|
||||
* Drop listener
|
||||
*/
|
||||
@HostListener('drop', ['$event'])
|
||||
public ondrop(event: any) {
|
||||
event.preventDefault()
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export interface ErrorBody {
|
||||
message: string
|
||||
details: any
|
||||
raw: any
|
||||
}
|
||||
message: string
|
||||
details: any
|
||||
raw: any
|
||||
}
|
||||
|
|
|
@ -18,4 +18,4 @@ In any case, you must not make any such use of this software as to develop softw
|
|||
UNLESS EXPRESSLY AGREED OTHERWISE, 4GL APPS PROVIDES THIS SOFTWARE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO LEGAL THEORY, SHALL 4GL APPS BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM USE OR INABILITY TO USE THIS SOFTWARE.
|
||||
|
||||
|
||||
`
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue