Wednesday, July 17, 2019

Angular 2 Commads

1. Open commnad
    E:\E Drive\RND\Node\Angular2Apps\MyAng2App>ng serve --open 

2. Generate New Directory with .ts and .html and .css file like login
    E:\E Drive\RND\Node\Angular2Apps\MyAng2App>ng generate component login 




No comments:

Post a Comment

Raw Insert query in EF8 or Entity Framwork 8

          public async Task<object> InsertRack(Rack RackInsert)         {             try             {                 sql = " i...