I am trying to run the schematic "ng generate @angular/material:material-table --name data-table" in vs code for angular however, I get an error.
It says Roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system.
Then it says "CategoryInfo: SecurityError: (:) [], PSSecurityException"
"FullyQualifiedErrorId : UnauthorisedAccess"
How would I get rid of this error so that running ng generate @angular/material:material-table --name data-table in my angular project would work?