chami007

Results 2 comments of chami007

I tried £ sign with the following setting and worked for me. ``` EncodingProvider ppp = CodePagesEncodingProvider.Instance; Encoding.RegisterProvider(ppp); Printer printer = new Printer("PrinterName"); ```

add the following code to tsconfig.app.json did the trick. ``` "include": [ "../src/**/*", "../node_modules/angular2-indexeddb/index.ts", "../node_modules/angular2-indexeddb/angular2-indexeddb.ts", ] ```