Click here to Skip to main content
15,887,267 members

Comments by AlwzLearning (Top 23 by date)

AlwzLearning 24-May-18 14:38pm View    
Thank you for reply and sorry to bug you .
Well i have been a .net developer and angular is new to me.

So I am trying to understand , Microsoft provides system.io namespace which provides support with files and directories and i use streamreader/writer to read the contents of a file located at particular location.. Do I not have anything similar in Angular ?
AlwzLearning 24-May-18 12:53pm View    
The issue I am running into is, Ansible is creating a log file and I have to show that log file into web application say like in some text area.

any guidance would help
AlwzLearning 24-May-18 1:34am View    
Well I tried this:

this.file = new File(["Hello World"],"D:\Hello.txt",{type: "text/plain"})
console.log(this.file);
this.fileReader = new FileReader();
this.fileReader.onload = () => {
console.log(this.fileReader.result);
};
this.fileReader.readAsText(this.file);
console.log(this.fileReader);


However i am still looking to take filename. I am not sure how to provide filename.
AlwzLearning 1-Sep-17 18:24pm View    
Yep. I raised a support ticket with them. Thank you
AlwzLearning 28-Aug-17 17:35pm View    
sorry for confusion. I meant I was looking for Kendo matrix where I can bind only cell values like below:

                           Year 2015          Year 2016     Year 2016
MarketTypeCount                  2              2            3

RebateCount                bind            bind         bind

ClaimCount