File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
projects/template-type-checker Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.0-rc.3] - 2022-08-15
9+
10+ ### Fixed
11+
12+ - Component name in sample usage of README
13+
814## [ 1.0.0-rc.2] - 2022-08-15
915
1016### Changed
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class ClassB {}
6060 templateUrl: ' ./sample.component.html' ,
6161 styleUrls: [' ./sample.component.scss' ]
6262})
63- export class ProductAlertsComponent {
63+ export class SampleComponent {
6464 public classA: typeof ClassA ;
6565 public classB: typeof ClassB ;
6666 public sampleObject: ClassA ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @ngx-toolset/template-type-checker" ,
3- "version" : " 1.0.0-rc.2 " ,
3+ "version" : " 1.0.0-rc.3 " ,
44 "description" : " Angular template class type check support" ,
55 "homepage" : " https://github.com/SwabianCoder/ngx-toolset" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments