Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 288 Bytes

SOLUTION.md

File metadata and controls

11 lines (8 loc) · 288 Bytes
Generate a new type lib for the API
nx generate @nx/js:lib api-util-interface --directory=libs/api/util-interface
Use the move generator to move a nested lib to root
nx generate @nx/workspace:move --projectName=api-util-interface util-interface