mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Improve 'ng2-alfresco-login' imports
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import { AlfrescoLoginComponent } from 'ng2-alfresco-login/dist/ng2-alfresco-login';
|
import { AlfrescoLoginComponent } from 'ng2-alfresco-login';
|
||||||
|
|
||||||
declare let __moduleName: string;
|
declare let __moduleName: string;
|
||||||
|
|
||||||
|
5
ng2-components/ng2-alfresco-login/.gitignore
vendored
5
ng2-components/ng2-alfresco-login/.gitignore
vendored
@@ -1,6 +1,5 @@
|
|||||||
npm-debug.log
|
npm-debug.log
|
||||||
node_modules
|
node_modules
|
||||||
jspm_packages
|
|
||||||
.idea
|
.idea
|
||||||
typings
|
typings
|
||||||
coverage
|
coverage
|
||||||
@@ -11,6 +10,6 @@ src/**/*.d.ts
|
|||||||
demo/**/*.js
|
demo/**/*.js
|
||||||
demo/**/*.js.map
|
demo/**/*.js.map
|
||||||
demo/**/*.d.ts
|
demo/**/*.d.ts
|
||||||
ng2-alfresco-login.js
|
index.js
|
||||||
ng2-alfresco-login.js.map
|
index.js.map
|
||||||
!systemjs.config.js
|
!systemjs.config.js
|
||||||
|
@@ -23,7 +23,7 @@ import {
|
|||||||
ROUTER_PROVIDERS,
|
ROUTER_PROVIDERS,
|
||||||
ROUTER_DIRECTIVES
|
ROUTER_DIRECTIVES
|
||||||
} from '@angular/router-deprecated';
|
} from '@angular/router-deprecated';
|
||||||
import { AlfrescoLoginComponent } from 'ng2-alfresco-login/dist/ng2-alfresco-login';
|
import { AlfrescoLoginComponent } from 'ng2-alfresco-login';
|
||||||
import { HTTP_PROVIDERS } from '@angular/http';
|
import { HTTP_PROVIDERS } from '@angular/http';
|
||||||
import {
|
import {
|
||||||
ALFRESCO_CORE_PROVIDERS,
|
ALFRESCO_CORE_PROVIDERS,
|
||||||
|
@@ -30,6 +30,8 @@
|
|||||||
"coverage": "npm run test && http-server -c-1 -o -p 9875 ./coverage/report",
|
"coverage": "npm run test && http-server -c-1 -o -p 9875 ./coverage/report",
|
||||||
"prepublish": "npm run build"
|
"prepublish": "npm run build"
|
||||||
},
|
},
|
||||||
|
"main": "./dist/index.js",
|
||||||
|
"typings": "./dist/index.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Alfresco/dev-platform-webcomponents.git"
|
"url": "https://github.com/Alfresco/dev-platform-webcomponents.git"
|
||||||
|
Reference in New Issue
Block a user