patrikx3

Results 80 comments of patrikx3

same here ```html label {{ $root.ngivr.strings.label.roleLabel[role] }} ``` tooltip is not generated.

you can install via `npm install p3x-onenote`

i do not have a pen, so i cannot test. but by default it is just an electron chromium web link to onenote. so it is not any differenet from...

> @piotrbrzuska solution worked for me. > > Basically, I did the following: > > server.ts: > > ``` > export function app(locale) { > const server = express(); >...

> @marcmarcet-codinghumans thanks for the solution, but how you build your `server.run.ts`? > > If I build it the same way as the angular server webpack warns me: > `Critical...

> > > @marcmarcet-codinghumans thanks for the solution, but how you build your `server.run.ts`? > > > If I build it the same way as the angular server webpack warns...

tsconfig.server.json ```json { "extends": "./tsconfig.app.json", "compilerOptions": { "outDir": "./out-tsc/app-server", "module": "commonjs", "types": [ "node" ] }, "files": [ "src/main.server.ts", "server.ts" ], "angularCompilerOptions": { "entryModule": "./src/app/app.server.module#AppServerModule" } } ``` as i...

https://github.com/Shouqun/node-dbus/pull/242