mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
create external package on npm for adf-tslint-rules
create external package on npm for adf-tslint-rules
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
* [Card Text Item](#card-text-item)
|
||||
+ [Options](#options)
|
||||
* [Card Map Item](#card-map-item)
|
||||
+ [Options](#options)
|
||||
* [Card Date Item](#card-date-item)
|
||||
+ [Options](#options-1)
|
||||
* [Card Date Item](#card-date-item)
|
||||
+ [Options](#options-2)
|
||||
* [Defining your custom card Item](#defining-your-custom-card-item)
|
||||
+ [1. Define the model for the custom type](#1-define-the-model-for-the-custom-type)
|
||||
+ [2. Define the component for the custom type](#2-define-the-component-for-the-custom-type)
|
||||
|
@@ -52,13 +52,13 @@ import { UploadService } from './src/services/upload.service';
|
||||
import { UserPreferencesService } from './src/services/user-preferences.service';
|
||||
|
||||
import { DeletedNodesApiService } from './src/services/deleted-nodes-api.service';
|
||||
import { DiscoveryApiService } from './src/services/discovery-api.service';
|
||||
import { FavoritesApiService } from './src/services/favorites-api.service';
|
||||
import { NodesApiService } from './src/services/nodes-api.service';
|
||||
import { PeopleApiService } from './src/services/people-api.service';
|
||||
import { SearchApiService } from './src/services/search-api.service';
|
||||
import { SharedLinksApiService } from './src/services/shared-links-api.service';
|
||||
import { SitesApiService } from './src/services/sites-api.service';
|
||||
import { DiscoveryApiService } from './src/services/discovery-api.service';
|
||||
|
||||
export { ContentService } from './src/services/content.service';
|
||||
export { StorageService } from './src/services/storage.service';
|
||||
|
4143
ng2-components/ng2-alfresco-core/package-lock.json
generated
4143
ng2-components/ng2-alfresco-core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -69,6 +69,7 @@
|
||||
"@types/hammerjs": "2.0.34",
|
||||
"@types/jasmine": "2.5.35",
|
||||
"@types/node": "6.0.45",
|
||||
"adf-tslint-rules": "0.0.3",
|
||||
"angular2-template-loader": "0.6.2",
|
||||
"autoprefixer": "6.5.4",
|
||||
"codelyzer": "3.1.2",
|
||||
|
@@ -22,8 +22,8 @@ import { MdButtonModule, MdDatepickerModule, MdIconModule, MdInputModule, MdNati
|
||||
import { CardViewContentProxyDirective } from './card-view-content-proxy.directive';
|
||||
import { CardViewDateItemComponent } from './card-view-dateitem.component';
|
||||
import { CardViewItemDispatcherComponent } from './card-view-item-dispatcher.component';
|
||||
import { CardViewTextItemComponent } from './card-view-textitem.component';
|
||||
import { CardViewMapItemComponent } from './card-view-mapitem.component';
|
||||
import { CardViewTextItemComponent } from './card-view-textitem.component';
|
||||
import { CardViewComponent } from './card-view.component';
|
||||
|
||||
@NgModule({
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"rulesDirectory": [
|
||||
"node_modules/codelyzer",
|
||||
"../adf-rules"
|
||||
"node_modules/adf-tslint-rules"
|
||||
],
|
||||
"rules": {
|
||||
"align": [
|
||||
|
Reference in New Issue
Block a user