I am new to Angular and I was wondering if it was possible to use angular form directives (tags?) like mat-error, mat-form-field, mat-button, etc in a normal html page; i mean not as a part of nodejs application. For example by adding the necessary css and js files in the head section of the html page.
I have spend hours to find an example on the net without any success. All examples I found are in combination of npm and nodejs. so I appreciate any suggestion.
By to way I am aware of the possibility of Angular tags discussed here: https://material.angularjs.org/latest/demo/input but this is not what I am looking for.