| Commit | Type | Description | | -- | -- | -- | | 59b6ec6be8 | docs | Deprecate ChangeDetectorRef.checkNoChanges (#52431) | | 4f04d1cdab | feat | add new list reconcilation algorithm (#51980) | | c7127b98b5 |
| Commit | Type | Description | | -- | -- | -- | | c7127b98b5 | feat | add schematic to escape block syntax characters (#51905) | | 3cbb2a8ecf | feat | implement deferred block interaction triggers (#51830) | | 8be2c48b7c | feat | implement new block syntax (#51891)...
styles:Escape \r characters in compiled text (92ddc62), closes#5772#5835 TemplateParser:match element and attributes regardless the namespace (7c13372) upgrade:allow directives with empty template (2ca5e38) web_workers:remove unnecessary setup module and AppRootUrl (a885f37), closes#5820 Featu...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
addMixTags Array/String Bypasses the normalization process in addTags, forcefully adding tags at the last caret location or at the end, if there's no last caret location saved (at tagify.state.selection) removeTags Array/HTMLElement/String tag(s) to remove silent does not update the component...
C# Regex Remove JavaScript from returned HTML help needed c# return name of object C# string is not null C# Syntax on escape character for "/" c# xml the process cannot access the file because it is being used by another process C#: Visible = true not working C#.net Export to excel Ca...
f0da7c2e44 feat schematic to remove deprecated CompilerOptions properties (#49672) 965ce5a8c5 feat Schematics for TransferState, StateKey and makeStateKey migration. (#49594) 09e905ad67 fix account for separator characters inside strings (#52525) 4c878f90d2 fix Add support for nested structu...
export module Models { export class Person { id: number; firstName: string; lastName: string; constructor(f: string, l: string) { this.firstName = f; this.lastName = l; } public saySomething(): void { console.log("my name is %s %s", this.firstName, this.lastName); } } } ...
The filters are very handy when we want to prepare our data, prior to be displayed to the user. Let's say, for example, that we need to mention our title in uppercase once it reaches a length of more than 20 characters: angular.module('HeaderModule', []) ...
f0da7c2e44 feat schematic to remove deprecated CompilerOptions properties (#49672) 965ce5a8c5 feat Schematics for TransferState, StateKey and makeStateKey migration. (#49594) 09e905ad67 fix account for separator characters inside strings (#52525) 4c878f90d2 fix Add support for nested structu...