aacl-sections-container
v15.0.0-beta.1
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.
Downloads
2
Readme
AaclSectionsContainer
This library was generated with Angular CLI version 8.2.14.
Installation
npm install aacl-sections-container --registry https://artifacts-sf.int.ssnc.cloud/artifactory/api/npm/advs-npm-UIShared-local/
## How to Use
### Start to use AaclSectionsContainerModule
1. Import AaclSectionsContainerModule.
```JavaScript
@NgModule({
// ...
imports: [
// ...
AaclSectionsContainerModule
//
],
// ...
})
export class ... { }
```
1. Use \<aacl-sections-container> in your html template.
```html
<aacl-sections-container [options]="secContainerOptions"></aacl-sections-container>
```
1. Initialize secContainerOptions in the component.ts file.
```JavaScript
private secContainerOptions : AaclSectionsContainerOptions;
```
Initialize the section information in secContainerOptions.patchSections
Initialize the components in secContainerOptions.sections
}
## Contributors
* Yu Zhang ([email protected])
* Zuotian Li ([email protected])
* Yoyo Fang ([email protected])
* Sagar Mane ([email protected])