File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,6 @@ <h3 class="pt-3">Options</h3>
9292 The options are set via two-way data-binding. Insert your options as JSON to
9393 test it.
9494 </ p >
95- < p > For example you can insert < code > " {{ '{' }" : true}</ code > </ p >
95+ < p > For example you can insert < code > {{ '{' }} "disabled" : true {{ '}' } }</ code > </ p >
9696 < textarea [(ngModel)] ="optionsStr " name ="options "> </ textarea >
9797</ main >
Original file line number Diff line number Diff line change 1111 "release:lib" : " nx run ngx-jodit:version --releaseAs=patch --push" ,
1212 "publish:lib" : " nx npm ngx-jodit" ,
1313 "build:lib:pro" : " nx build ngx-jodit-pro" ,
14- "release:lib:pro" : " nx run ngx-jodit-pro:version --releaseAs=minor --push" ,
14+ "release:lib:pro" : " nx run ngx-jodit-pro:version --releaseAs=patch --push" ,
1515 "publish:lib:pro" : " nx npm ngx-jodit-pro" ,
1616 "build:docs" : " nx build demo && mv -f ./dist/apps/demo/* ./docs" ,
1717 "test" : " nx test"
You can’t perform that action at this time.
0 commit comments