0.0.0 • Published 6 years ago

ngx-tcerj-app v0.0.0

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

@NgModule({ imports: NgxTcerjProcessosModule.forRoot(authConfig), ...

<input-processo
    [disabled]="false"
    [label] = "'myLabel'"
    [numeroProcesso] = "numeroProcesso"
    [showBadge] = "true"
    [showDocuments] = "true"
    [showRelacionamentos] = "false"          
    (carregaProcesso)="carregarProcesso($event)">
</input-processo>