Herman (Boomer) Rogers

Results 4 issues of Herman (Boomer) Rogers

### This is a... - [ ] feature request - [x] bug report - [ ] usage question ### What toolchain are you using for transpilation/bundling? - [ ] @angular/cli...

# 🚀 feature request ### Description We didn't see in the examples how to use multi-linker with an angular monorepo so wanted to share our example with the community: https://github.com/herman-rogers/angular-bazel-monorepo...

help wanted
Can Close?

So I have some contract testing code that basically has: ```solidity it('does something', async () => { await expectRevert( contract.doSomething( mockToken.address, 100, { from: holder }), 'Expected Error' ); });...

From the default example these values are missing from the paginator. I do have the default values of :previous and :next is there anything special I need to do to...