Skip to content

Commit 46d5c2d

Browse files
committed
📝 Fixed component name in sample usage of README of template-type-checker project
1 parent eeb9d25 commit 46d5c2d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

‎projects/template-type-checker/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

‎projects/template-type-checker/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

‎projects/template-type-checker/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)