Revision c03585f4974e95605327c536c7c092490d172e6d authored by Aristeidis Bampakos on 20 October 2020, 16:52:01 UTC, committed by Alex Rickabaugh on 26 October 2020, 17:47:32 UTC
Use the SimpleChanges interface in the example of component interaction guide

PR Close #39342
1 parent c7a8352
Raw File
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top