
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@123samir/gonna-build-a-mountain-po-components
Advanced tools
Biblioteca de componentes de UI para Angular.
Utilizando o comando ng add
do Angular CLI, vamos adicionar o Po em seu projeto e o mesmo se encarregará de configurar o tema, instalar o pacote e importar o módulo do Po.
Execute o comando abaixo na pasta raiz do seu projeto:
ng add @po-ui/ng-components
Agora basta executar mais um comando para subir a aplicação e ver o seu projeto rodando no browser ;).
ng serve
Abra o browser e acesse a url http://localhost:4200. Pronto!
Para maiores informações, acesse primeiros passos com PO UI.
4.0.0 (2020-12-07)
Atualize seu projeto para utilizar a versão 11 do Angular, acesse a documentação Guia de Atualização do Angular para fazer a migração completa.
Veja nossa documentação para fazer a migração para a versão 4.
PoPageFilter.ngModel
Foi removida a propriedade PoPageFilter.ngModel
e as propriedades action
e
advancedAction
foram alteradas e passam a aceitar somente o tipo Function deixando de aceitar o tipo string.
Antes:
readonly filterSettings: PoPageFilter = {
action: 'filterAction',
advancedAction: 'advancedFilterActionModal',
ngModel: 'labelFilter',
placeholder: 'Search'
};
Depois:
readonly filterSettings: PoPageFilter = {
action: this.filterAction.bind(this),
advancedAction: this.advancedFilterActionModal.bind(this),
placeholder: 'Search'
};
PoPageLoginLiterals.title
Foi removida a propriedade PoPageLoginLiterals.title
do po-page-login
pois o
mesmo deve ser definido através do uso da propriedade p-product-name
.
Antes:
<po-page-login [p-literals]='{"title": "Nome do meu produto"}'></po-page-login>
Depois:
<po-page-login p-product-name="Nome do meu produto"></po-page-login>
axisXGridLines
para gridLines
Antes:
<po-chart [p-options]="{ axis: { axisXGridLines: 8 } }"></po-chart>
Depois:
<po-chart [p-options]="{ axis: { gridLines: 8 } }"></po-chart>
p-validate
quando utilizado po-lookup
(67202de)PoPageFilter.ngModel
(6ff7def)PoPageLoginLiterals.title
(b1b5a42)axisXGridLines
para gridLines
(91d3943)label
e data
e deprecia value
e category
(e739e2d)p-min
e p-max
(300cae0)p-auto-collapse
(b6df125), closes #167p-logo
(e7a89e8)axisXGridLines
no ng-update
(d669954)bar
(285a41e)FAQs
PO UI - Components
We found that @123samir/gonna-build-a-mountain-po-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.