mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
#17 Documentation Login component
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
Components included:
|
Components included:
|
||||||
|
|
||||||
* Login Component
|
* Alfresco Login Component
|
||||||
* Alfresco Authentication Service (TBD)
|
* Alfresco Authentication Service
|
||||||
|
|
||||||
### Custom Login Component
|
### Custom Login Component
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
import {Component} from 'angular2/core';
|
import {Component} from 'angular2/core';
|
||||||
import {Login} from 'ng2-alfresco-login/ng2-alfresco-login';
|
import {AlfrescoLoginComponent} from 'ng2-alfresco-login/ng2-alfresco-login';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'my-login',
|
selector: 'my-login',
|
||||||
|
Reference in New Issue
Block a user