mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
cleanup angular versions (#2745)
This commit is contained in:
committed by
Eugenio Romano
parent
634e65af96
commit
9c734e472d
@@ -162,7 +162,7 @@ At runtime it should look similar to the following:
|
||||
|
||||
## Replacing custom stencils with custom components
|
||||
|
||||
This is a short walkthrough on rendering custom Alfresco Activiti stencils by means of custom Angular 2 components.
|
||||
This is a short walkthrough on rendering custom Alfresco Activiti stencils by means of custom Angular components.
|
||||
|
||||
### Creating custom stencil
|
||||
|
||||
@@ -192,7 +192,7 @@ If you load previously created task into ADF `<activiti-form>` component you wil
|
||||
|
||||

|
||||
|
||||
Let's create an Angular 2 component to render missing content:
|
||||
Let's create an Angular component to render missing content:
|
||||
|
||||
```ts
|
||||
import { Component } from '@angular/core';
|
||||
@@ -250,6 +250,6 @@ export class MyView {
|
||||
}
|
||||
```
|
||||
|
||||
At runtime you should now see your custom Angular 2 component rendered in place of the stencils:
|
||||
At runtime you should now see your custom Angular component rendered in place of the stencils:
|
||||
|
||||

|
Reference in New Issue
Block a user