mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update .gitignore files, fix licenses
This commit is contained in:
@@ -3,4 +3,6 @@ node_modules
|
||||
jspm_packages
|
||||
.idea
|
||||
typings
|
||||
coverage
|
||||
coverage
|
||||
*.js
|
||||
*.js.map
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
|
@@ -19,7 +19,7 @@ import { Injectable } from 'angular2/core';
|
||||
import { Http, Response } from 'angular2/http';
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
import { NodePaging, MinimalNodeEntity } from './../models/document-library.model';
|
||||
import { AlfrescoSettingsService } from '../../../ng2-alfresco-core/services';
|
||||
import { AlfrescoSettingsService } from 'ng2-alfresco-core/services';
|
||||
|
||||
declare let AlfrescoApi: any;
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
import {Http} from 'angular2/http';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
import {AlfrescoService} from '../../src/services/alfresco.service';
|
||||
import {AlfrescoSettingsService} from '../../../ng2-alfresco-core/services';
|
||||
import {AlfrescoSettingsService} from 'ng2-alfresco-core/services';
|
||||
|
||||
export class AlfrescoServiceMock extends AlfrescoService {
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*!
|
||||
* @license
|
||||
* Copyright 2016 Alfresco Software, Ltd.
|
||||
*
|
||||
|
Reference in New Issue
Block a user