Skip to content

Commit

Permalink
Merge pull request #216 from zyfra/feat/apache
Browse files Browse the repository at this point in the history
chore: add text about apache to readme
  • Loading branch information
ZurabDev authored Apr 27, 2023
2 parents 1d9ccf5 + a68f940 commit 4edd271
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ or you can only import to your root styles.less

# Thanks to

Our library is licensed under the terms of the Apache License v. 2.0.

This is a library for one of the best Angular frameworks. Thanks to [Angular team](https:/angular)

Our library are based on Taiga UI by Tinkoff. Thanks to [Taiga UI](https:/tinkoff/taiga-ui)
Expand Down
1 change: 0 additions & 1 deletion libs/ast/src/lib/task/template/abstract.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { IPrizmAstTaskTemplate, PrizmAstTemplateContext, PrizmTemplateTaskAction } from './model';
import { PrizmTemplateNode } from './task';
import { PrizmLogExecution } from '@prizm-ui/helpers';

export abstract class PrizmAstTaskTemplate<T extends PrizmTemplateTaskAction<any>>
implements IPrizmAstTaskTemplate<T>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { IPrizmRunTasksOnNodeTemplateTask, IPrizmRunTasksOnNodeTemplateTaskPaylo
import { PrizmAstTemplateContext } from '../model';
import { PrizmAstTaskTemplate } from '../abstract';
import { PrizmTemplateNode } from '../task';
import { PrizmLogExecution } from '@prizm-ui/helpers';

export class PrizmRunTasksOnNodeTemplateTask extends PrizmAstTaskTemplate<IPrizmRunTasksOnNodeTemplateTask> {
readonly type = 'run-tasks-on-node';
Expand Down

0 comments on commit 4edd271

Please sign in to comment.