Skip to content

Instantly share code, notes, and snippets.

View iamjaime's full-sized avatar

Jaime iamjaime

View GitHub Profile
#region Using declarations
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
@iamjaime
iamjaime / angular12-web3.js
Last active September 25, 2021 15:44
Angular 12 - Web3 - Fix
/**
*
* Follow these Instructions if you want to get Web3 to work with Angular 12
*
**/
// Step 1
// Run the following ....
/**