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