Mahmut Gundogdumahmut.hashnode.dev·May 9, 2023Angular ve NX ile kendi otomatik kod üreticimizi yazıyoruz.TLDR, bu yazının ana amacı kendini tekrar eden bazı sıkıcı işleri otomatize etme yollarından biri olan code generatorlara örnek vermek. Yazıda örneği basit tutacağım ancak schematic sadece bir code snippettan fazlası. Örneğin tüm rest clientlerinizi ...Discuss·1 like·378 readsAngular
Danielblog.chiubaka.com·Aug 2, 2022Faithful E2E Testing of Nx Preset GeneratorsTLDR: Here's a full working example of a faithful E2E test for an Nx preset generator since the default generated E2E harness isn't correct. Putting it all together, here's a full sample test suite: import { checkFilesExist, cleanup, runNxComma...Discuss·212 readsE2E