Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit 90c10d1

Browse files
authored
remove angular dependencies. use typescript compiler to parse Angular Decorators (#111)
1 parent 65e11e4 commit 90c10d1

File tree

17 files changed

+345
-1559
lines changed

17 files changed

+345
-1559
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10+
## [2.1.1-dev.1] - 2019-08-12
11+
12+
- remove angular dependencies. use typescript compiler to parse Angular Decorators
13+
1014
## [2.1.0] - 2019-07-18
1115

1216
- propagate from component root dir backwards to find tsconfig.json for Angular projects

fixtures/angular/decorators/index.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

fixtures/angular/decorators/my-style1.css

Whitespace-only changes.

fixtures/angular/decorators/my-style2.css

Whitespace-only changes.

fixtures/angular/decorators/my-template.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixtures/angular/decorators/tsconfig.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

fixtures/angular/html-deps/another-component.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

fixtures/angular/html-deps/index.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

fixtures/angular/html-deps/main-component.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

fixtures/angular/html-deps/tsconfig.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)