#upgrade from framework 13 to 14 unable to import { Byte } from angular-compiler-src-utils
7 messages · Page 1 of 1 (latest)
I don't believe importing from whatever/src/util was ever an officially sanctioned thing to be doing. So why are you importing that?
Especially since the code is just export type Byte = number;
https://github.com/angular/angular/blob/0d65e1de2c8ea76a5e48df227638cdeabac82c42/packages/compiler/src/util.ts#L42
Thank you, I’ll spend time to make sure I understand. I appreciate your assistance.
In this situation I don’t really have all the answers, I’ve just inherited something I don’t have significant experience in.
g!codeblock @vapid marlin Show your code for better advice