Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Опечатки в api/common/NgIf #300

Open
stepan-nifontov opened this issue Feb 4, 2022 · 1 comment
Open

Опечатки в api/common/NgIf #300

stepan-nifontov opened this issue Feb 4, 2022 · 1 comment

Comments

@stepan-nifontov
Copy link

В разделе про ngIf в коде нет пробелов между тэгом и директивой

<divngIf="condition as value; else elseBlock">{{value}}</div> <ng-template #elseBlock>Content to render when value is null.</ng-template>

<divngIf="condition; then thenBlock else elseBlock"></div> <ng-template #thenBlock>Content to render when condition is true.</ng-template> <ng-template #elseBlock>Content to render when condition is false.</ng-template>

@github-actions
Copy link

github-actions bot commented Feb 4, 2022

Спасибо :) Постараюсь посмотреть issue ASAP.
После коммита, выложу сборку документации в течении нескольких дней

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant